#6660DB

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

Shades of Slate Blue #6660DB

Tints of Slate Blue #6660DB

Color information

#6660DB (or 0x6660DB) is unknown color: approx Slate Blue. HEX triplet: 66, 60 and DB. RGB value is (102,96,219). Sum of RGB (Red+Green+Blue) = 102+96+219=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #6660DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6660DB is #999F24. Grayscale: #6F6F6F. Windows color (decimal): -10067749 or 14377062. OLE color: 14377062.

HSL color Cylindrical-coordinate representation of color #6660DB: hue angle of 242.93º degrees, saturation: 0.63, 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 #6660DB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10296219-
CMYK0.530.5600.14
HSL242.93º63.08%61.76%-
HSV(B)242.93º56.16%85.88%-
XYZ22.4516.368.98-
YUV111.82188.49121-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 219 (85.94% from 255) = 52.52%
R=24.46%
G=23.02%
B=52.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102962190.530.5600.14242.9363.0861.76
Hex6660DB35380Ef33f3e
Octal14614033365700163637776
Binary11001101100000110110111101011110000111011110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6660DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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