Html Css Color HEX #6666DB Slate Blue

📋 copy color: '#6666DB'

red 102 ◦ green 102 ◦ blue 219

#6666DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6666DB

Tints of Slate Blue #6666DB

RGB

 RED value IS 102 (40.23% from 255) = 24.11%

 GREEN value IS 102 (40.23% from 255) = 24.11%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 24.11%
G = 24.11%
B = 51.77%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6666DB (or 0x6666DB) is known color: Slate Blue. HEX triplet: 66, 66 and DB. RGB value is (102,102,219). Sum of RGB (Red+Green+Blue) = 102+102+219=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6666DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666DB is #999924. Grayscale: #727272. Windows color (decimal): -10066213 or 14378598. OLE color: 14378598.

HSL color Cylindrical-coordinate representation of color #6666DB: hue angle of 240º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6666DB is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 102 219 -
CMYK 0.53 0.53 0 0.14
HSL 240º 0.62% 0.63% -
HSV(B) 240º 0.53% 0.86% -
XYZ 23.02 17.44 69.17 -
YUV 115.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 102 102 219 0.53 0.53 0 0.14 240 0.62 0.63
Hex 66 66 DB 35 35 0 E F0 3E 3F
Octal 146 146 333 65 65 0 16 360 76 77
Binary 1100110 1100110 11011011 110101 110101 0 1110 11110000 111110 111111

Color Harmonies of #6666DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6666DB

Black with #6666DB

Text Example


Text Example

White with #6666DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6666DB;
 }
 .AnyTagClassName
 {
   color: #6666DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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