Html Css Color HEX #666979 Comet

📋 copy color: '#666979'

red 102 ◦ green 105 ◦ blue 121

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

Shades of Comet #666979

Tints of Comet #666979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 31.1%
G = 32.01%
B = 36.89%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#666979 (or 0x666979) is known color: Comet. HEX triplet: 66, 69 and 79. RGB value is (102,105,121). Sum of RGB (Red+Green+Blue) = 102+105+121=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #666979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666979 is #999686. Grayscale: #696969. Windows color (decimal): -10065543 or 7956838. OLE color: 7956838.

HSL color Cylindrical-coordinate representation of color #666979: hue angle of 230.53º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666979 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 105 121 -
CMYK 0.16 0.13 0 0.53
HSL 230.53º 0.09% 0.44% -
HSV(B) 230.53º 0.16% 0.47% -
XYZ 13.98 14.31 20.11 -
YUV 105.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 102 105 121 0.16 0.13 0 0.53 230.53 0.09 0.44
Hex 66 69 79 10 D 0 35 E7 9 2C
Octal 146 151 171 20 15 0 65 347 11 54
Binary 1100110 1101001 1111001 10000 1101 0 110101 11100111 1001 101100

Color Harmonies of #666979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666979

Black with #666979

Text Example


Text Example

White with #666979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666979; }

 p { color: rgb(102,105,121); }

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

background-color css

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

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

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

border-color css

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

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

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