#6066CB

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

Shades of Slate Blue #6066CB

Tints of Slate Blue #6066CB

Color information

#6066CB (or 0x6066CB) is unknown color: approx Slate Blue. HEX triplet: 60, 66 and CB. RGB value is (96,102,203). Sum of RGB (Red+Green+Blue) = 96+102+203=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6066CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066CB is #9F9934. Grayscale: #6F6F6F. Windows color (decimal): -10459445 or 13330016. OLE color: 13330016.

HSL color Cylindrical-coordinate representation of color #6066CB: hue angle of 236.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6066CB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96102203-
CMYK0.530.5000.20
HSL236.64º50.71%58.63%-
HSV(B)236.64º52.71%79.61%-
XYZ20.3516.358.57-
YUV111.72179.51116.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=23.94%
G=25.44%
B=50.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961022030.530.5000.20236.6450.7158.63
Hex6066CB3532014ed333b
Octal14014631365620243556373
Binary110000011001101100101111010111001001010011101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6066CB; }

 p { color: rgb(96,102,203); }

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

<style>
 a { background-color: #6066CB; }

 a { background-color: rgb(96,102,203); }

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

<style>
 span { border-color: #6066CB; }

 span { border-color: rgb(96,102,203); }

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