#606CD1

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

Shades of Slate Blue #606CD1

Tints of Slate Blue #606CD1

Color information

#606CD1 (or 0x606CD1) is unknown color: approx Slate Blue. HEX triplet: 60, 6C and D1. RGB value is (96,108,209). Sum of RGB (Red+Green+Blue) = 96+108+209=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #606CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CD1 is #9F932E. Grayscale: #737373. Windows color (decimal): -10457903 or 13724768. OLE color: 13724768.

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

Color convert

RGB96108209-
CMYK0.540.4800.18
HSL233.63º55.12%59.8%-
HSV(B)233.63º54.07%81.96%-
XYZ21.717.8262.62-
YUV115.93180.52113.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 209 (82.03% from 255) = 50.61%
R=23.24%
G=26.15%
B=50.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961082090.540.4800.18233.6355.1259.8
Hex606CD13630012ea373c
Octal14015432166600223526774
Binary110000011011001101000111011011000001001011101010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606CD1; }

 p { color: rgb(96,108,209); }

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

<style>
 a { background-color: #606CD1; }

 a { background-color: rgb(96,108,209); }

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

<style>
 span { border-color: #606CD1; }

 span { border-color: rgb(96,108,209); }

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