#606CDC

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

Shades of Slate Blue #606CDC

Tints of Slate Blue #606CDC

Color information

#606CDC (or 0x606CDC) is unknown color: approx Slate Blue. HEX triplet: 60, 6C and DC. RGB value is (96,108,220). Sum of RGB (Red+Green+Blue) = 96+108+220=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #606CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CDC is #9F9323. Grayscale: #747474. Windows color (decimal): -10457892 or 14445664. OLE color: 14445664.

HSL color Cylindrical-coordinate representation of color #606CDC: hue angle of 234.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606CDC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96108220-
CMYK0.560.5100.14
HSL234.19º63.92%61.96%-
HSV(B)234.19º56.36%86.27%-
XYZ23.118.3870.04-
YUV117.18186.02112.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.64%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 220 (86.33% from 255) = 51.89%
R=22.64%
G=25.47%
B=51.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961082200.560.5100.14234.1963.9261.96
Hex606CDC38330Eea403e
Octal140154334706301635210076
Binary110000011011001101110011100011001101110111010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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