#6660CB

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

Shades of Slate Blue #6660CB

Tints of Slate Blue #6660CB

Color information

#6660CB (or 0x6660CB) is unknown color: approx Slate Blue. HEX triplet: 66, 60 and CB. RGB value is (102,96,203). Sum of RGB (Red+Green+Blue) = 102+96+203=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 96 (37.89% from 255 or 23.94% 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 #6660CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6660CB is #999F34. Grayscale: #6D6D6D. Windows color (decimal): -10067765 or 13328486. OLE color: 13328486.

HSL color Cylindrical-coordinate representation of color #6660CB: hue angle of 243.36º 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 #6660CB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10296203-
CMYK0.500.5300.20
HSL243.36º50.71%58.63%-
HSV(B)243.36º52.71%79.61%-
XYZ20.4415.558.41-
YUV109.99180.49122.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102962030.500.5300.20243.3650.7158.63
Hex6660CB3235014f3333b
Octal14614031362650243636373
Binary110011011000001100101111001011010101010011110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6660CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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