#605ED8

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

Shades of Slate Blue #605ED8

Tints of Slate Blue #605ED8

Color information

#605ED8 (or 0x605ED8) is unknown color: approx Slate Blue. HEX triplet: 60, 5E and D8. RGB value is (96,94,216). Sum of RGB (Red+Green+Blue) = 96+94+216=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #605ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ED8 is #9FA127. Grayscale: #6C6C6C. Windows color (decimal): -10461480 or 14179936. OLE color: 14179936.

HSL color Cylindrical-coordinate representation of color #605ED8: hue angle of 240.98º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605ED8 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9694216-
CMYK0.560.5600.15
HSL240.98º61%60.78%-
HSV(B)240.98º56.48%84.71%-
XYZ21.2215.4566.83-
YUV108.51188.66119.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 216 (84.77% from 255) = 53.20%
R=23.65%
G=23.15%
B=53.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96942160.560.5600.15240.986160.78
Hex605ED838380Ff13d3d
Octal14013633070700173617575
Binary11000001011110110110001110001110000111111110001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,216); }

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

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

 a { background-color: rgb(96,94,216); }

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

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

 span { border-color: rgb(96,94,216); }

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