Html Css Color HEX #666A79 Comet

📋 copy color: '#666A79'

red 102 ◦ green 106 ◦ blue 121

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

Shades of Comet #666A79

Tints of Comet #666A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 31%
G = 32.22%
B = 36.78%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#666A79 (or 0x666A79) is known color: Comet. HEX triplet: 66, 6A and 79. RGB value is (102,106,121). Sum of RGB (Red+Green+Blue) = 102+106+121=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #666A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A79 is #999586. Grayscale: #6A6A6A. Windows color (decimal): -10065287 or 7957094. OLE color: 7957094.

HSL color Cylindrical-coordinate representation of color #666A79: hue angle of 227.37º 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 #666A79 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 106 121 -
CMYK 0.16 0.12 0 0.53
HSL 227.37º 0.09% 0.44% -
HSV(B) 227.37º 0.16% 0.47% -
XYZ 14.08 14.51 20.15 -
YUV 106.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 102 106 121 0.16 0.12 0 0.53 227.37 0.09 0.44
Hex 66 6A 79 10 C 0 35 E3 9 2C
Octal 146 152 171 20 14 0 65 343 11 54
Binary 1100110 1101010 1111001 10000 1100 0 110101 11100011 1001 101100

Color Harmonies of #666A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A79

Black with #666A79

Text Example


Text Example

White with #666A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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