#605CCE

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

Shades of Slate Blue #605CCE

Tints of Slate Blue #605CCE

Color information

#605CCE (or 0x605CCE) is unknown color: approx Slate Blue. HEX triplet: 60, 5C and CE. RGB value is (96,92,206). Sum of RGB (Red+Green+Blue) = 96+92+206=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #605CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CCE is #9FA331. Grayscale: #696969. Windows color (decimal): -10462002 or 13524064. OLE color: 13524064.

HSL color Cylindrical-coordinate representation of color #605CCE: hue angle of 242.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #605CCE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9692206-
CMYK0.530.5500.19
HSL242.11º53.77%58.43%-
HSV(B)242.11º55.34%80.78%-
XYZ19.7914.660.17-
YUV106.19184.33120.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 206 (80.86% from 255) = 52.28%
R=24.37%
G=23.35%
B=52.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96922060.530.5500.19242.1153.7758.43
Hex605CCE3537013f2363a
Octal14013431665670233626672
Binary110000010111001100111011010111011101001111110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,206); }

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

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

 a { background-color: rgb(96,92,206); }

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

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

 span { border-color: rgb(96,92,206); }

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