#606BDC

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

Shades of Slate Blue #606BDC

Tints of Slate Blue #606BDC

Color information

#606BDC (or 0x606BDC) is unknown color: approx Slate Blue. HEX triplet: 60, 6B and DC. RGB value is (96,107,220). Sum of RGB (Red+Green+Blue) = 96+107+220=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #606BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BDC is #9F9423. Grayscale: #747474. Windows color (decimal): -10458148 or 14445408. OLE color: 14445408.

HSL color Cylindrical-coordinate representation of color #606BDC: hue angle of 234.68º 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 #606BDC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96107220-
CMYK0.560.5100.14
HSL234.68º63.92%61.96%-
HSV(B)234.68º56.36%86.27%-
XYZ2318.1770-
YUV116.59186.36113.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=22.70%
G=25.30%
B=52.01%

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
Decimal961072200.560.5100.14234.6863.9261.96
Hex606BDC38330Eeb403e
Octal140153334706301635310076
Binary110000011010111101110011100011001101110111010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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