#605DE4

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

Shades of Slate Blue #605DE4

Tints of Slate Blue #605DE4

Color information

#605DE4 (or 0x605DE4) is unknown color: approx Slate Blue. HEX triplet: 60, 5D and E4. RGB value is (96,93,228). Sum of RGB (Red+Green+Blue) = 96+93+228=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #605DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DE4 is #9FA21B. Grayscale: #6C6C6C. Windows color (decimal): -10461724 or 14966112. OLE color: 14966112.

HSL color Cylindrical-coordinate representation of color #605DE4: hue angle of 241.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #605DE4 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9693228-
CMYK0.580.5900.11
HSL241.33º71.43%62.94%-
HSV(B)241.33º59.21%89.41%-
XYZ22.7415.9275.27-
YUV109.29194.99118.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 228 (89.45% from 255) = 54.68%
R=23.02%
G=22.30%
B=54.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96932280.580.5900.11241.3371.4362.94
Hex605DE43A3B0Bf1473f
Octal140135344727301336110777
Binary110000010111011110010011101011101101011111100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,228); }

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

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

 a { background-color: rgb(96,93,228); }

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

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

 span { border-color: rgb(96,93,228); }

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