Html Css Color HEX #666872 Comet

📋 copy color: '#666872'

red 102 ◦ green 104 ◦ blue 114

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

Shades of Comet #666872

Tints of Comet #666872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 31.88%
G = 32.5%
B = 35.63%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666872 (or 0x666872) is known color: Comet. HEX triplet: 66, 68 and 72. RGB value is (102,104,114). Sum of RGB (Red+Green+Blue) = 102+104+114=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #666872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666872 is #99978D. Grayscale: #686868. Windows color (decimal): -10065806 or 7497830. OLE color: 7497830.

HSL color Cylindrical-coordinate representation of color #666872: hue angle of 230º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666872 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 104 114 -
CMYK 0.11 0.09 0 0.55
HSL 230º 0.06% 0.42% -
HSV(B) 230º 0.11% 0.45% -
XYZ 13.47 13.94 17.9 -
YUV 104.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 102 104 114 0.11 0.09 0 0.55 230 0.06 0.42
Hex 66 68 72 B 9 0 37 E6 6 2A
Octal 146 150 162 13 11 0 67 346 6 52
Binary 1100110 1101000 1110010 1011 1001 0 110111 11100110 110 101010

Color Harmonies of #666872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666872

Black with #666872

Text Example


Text Example

White with #666872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666872; }

 p { color: rgb(102,104,114); }

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

background-color css

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

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

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

border-color css

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

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

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