#605DCC

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

Shades of Slate Blue #605DCC

Tints of Slate Blue #605DCC

Color information

#605DCC (or 0x605DCC) is unknown color: approx Slate Blue. HEX triplet: 60, 5D and CC. RGB value is (96,93,204). Sum of RGB (Red+Green+Blue) = 96+93+204=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #605DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DCC is #9FA233. Grayscale: #6A6A6A. Windows color (decimal): -10461748 or 13393248. OLE color: 13393248.

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

Color convert

RGB9693204-
CMYK0.530.5400.2
HSL241.62º52.11%58.24%-
HSV(B)241.62º54.41%80%-
XYZ19.6414.6858.92-
YUV106.55182.99120.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=24.43%
G=23.66%
B=51.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96932040.530.5400.2241.6252.1158.24
Hex605DCC3536014f2343a
Octal14013531465660243626472
Binary110000010111011100110011010111011001010011110010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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