#605ED0

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

Shades of Slate Blue #605ED0

Tints of Slate Blue #605ED0

Color information

#605ED0 (or 0x605ED0) is unknown color: approx Slate Blue. HEX triplet: 60, 5E and D0. RGB value is (96,94,208). Sum of RGB (Red+Green+Blue) = 96+94+208=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #605ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ED0 is #9FA12F. Grayscale: #6B6B6B. Windows color (decimal): -10461488 or 13655648. OLE color: 13655648.

HSL color Cylindrical-coordinate representation of color #605ED0: hue angle of 241.05º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #605ED0 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9694208-
CMYK0.540.5500.18
HSL241.05º54.81%59.22%-
HSV(B)241.05º54.81%81.57%-
XYZ20.2115.0561.51-
YUV107.59184.66119.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 208 (81.64% from 255) = 52.26%
R=24.12%
G=23.62%
B=52.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96942080.540.5500.18241.0554.8159.22
Hex605ED03637012f1373b
Octal14013632066670223616773
Binary110000010111101101000011011011011101001011110001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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