Html Css Color HEX #666672 Comet

📋 copy color: '#666672'

red 102 ◦ green 102 ◦ blue 114

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

Shades of Comet #666672

Tints of Comet #666672

RGB

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

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

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

R = 32.08%
G = 32.08%
B = 35.85%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666672 (or 0x666672) is known color: Comet. HEX triplet: 66, 66 and 72. RGB value is (102,102,114). Sum of RGB (Red+Green+Blue) = 102+102+114=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #666672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666672 is #99998D. Grayscale: #676767. Windows color (decimal): -10066318 or 7497318. OLE color: 7497318.

HSL color Cylindrical-coordinate representation of color #666672: hue angle of 240º 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 #666672 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 102 114 -
CMYK 0.11 0.11 0 0.55
HSL 240º 0.06% 0.42% -
HSV(B) 240º 0.11% 0.45% -
XYZ 13.27 13.54 17.83 -
YUV 103.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 102 102 114 0.11 0.11 0 0.55 240 0.06 0.42
Hex 66 66 72 B B 0 37 F0 6 2A
Octal 146 146 162 13 13 0 67 360 6 52
Binary 1100110 1100110 1110010 1011 1011 0 110111 11110000 110 101010

Color Harmonies of #666672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666672

Black with #666672

Text Example


Text Example

White with #666672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666672; }

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

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

background-color css

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

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

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

border-color css

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

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

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