#605DCA

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

Shades of Slate Blue #605DCA

Tints of Slate Blue #605DCA

Color information

#605DCA (or 0x605DCA) is unknown color: approx Slate Blue. HEX triplet: 60, 5D and CA. RGB value is (96,93,202). Sum of RGB (Red+Green+Blue) = 96+93+202=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #605DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DCA is #9FA235. Grayscale: #696969. Windows color (decimal): -10461750 or 13262176. OLE color: 13262176.

HSL color Cylindrical-coordinate representation of color #605DCA: hue angle of 241.65º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605DCA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9693202-
CMYK0.520.5400.21
HSL241.65º50.7%57.84%-
HSV(B)241.65º53.96%79.22%-
XYZ19.414.5857.67-
YUV106.32181.99120.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=24.55%
G=23.79%
B=51.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96932020.520.5400.21241.6550.757.84
Hex605DCA3436015f2333a
Octal14013531264660253626372
Binary110000010111011100101011010011011001010111110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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