#605ABF

Color #605ABF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #605ABF

Tints of Slate Blue #605ABF

Color information

#605ABF (or 0x605ABF) is unknown color: approx Slate Blue. HEX triplet: 60, 5A and BF. RGB value is (96,90,191). Sum of RGB (Red+Green+Blue) = 96+90+191=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #605ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ABF is #9FA540. Grayscale: #666666. Windows color (decimal): -10462529 or 12540512. OLE color: 12540512.

HSL color Cylindrical-coordinate representation of color #605ABF: hue angle of 243.56º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605ABF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9690191-
CMYK0.500.5300.25
HSL243.56º44.1%55.1%-
HSV(B)243.56º52.88%74.9%-
XYZ17.8813.5650.97-
YUV103.31177.49122.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 191 (75% from 255) = 50.66%
R=25.46%
G=23.87%
B=50.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96901910.500.5300.25243.5644.155.1
Hex605ABF3235019f42c37
Octal14013227762650313645467
Binary110000010110101011111111001011010101100111110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605ABF; }

 p { color: rgb(96,90,191); }

 H1.HeaderClassName
 {
   color: #605ABF;
 }
 .AnyTagClassName
 {
   color: #605ABF;
 }
</style>
background-color css

<style>
 a { background-color: #605ABF; }

 a { background-color: rgb(96,90,191); }

 div.DivClassName
 {
   background-color: #605ABF;
 }
 .BgClassName
 {
   background-color: #605ABF;
 }
</style>
border-color css

<style>
 span { border-color: #605ABF; }

 span { border-color: rgb(96,90,191); }

 td.TdClassName
 {
   border-color: #605ABF;
 }
 .TagClassName
 {
   border-color: #605ABF;
 }
</style>