Html Css Color HEX #66666C Comet

📋 copy color: '#66666C'

red 102 ◦ green 102 ◦ blue 108

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

Shades of Comet #66666C

Tints of Comet #66666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 32.69%
G = 32.69%
B = 34.62%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66666C (or 0x66666C) is known color: Comet. HEX triplet: 66, 66 and 6C. RGB value is (102,102,108). Sum of RGB (Red+Green+Blue) = 102+102+108=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 108 - color contains mainly: blue. Hex color #66666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66666C is #999993. Grayscale: #666666. Windows color (decimal): -10066324 or 7104102. OLE color: 7104102.

HSL color Cylindrical-coordinate representation of color #66666C: hue angle of 240º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #66666C is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 102 108 -
CMYK 0.06 0.06 0 0.58
HSL 240º 0.03% 0.41% -
HSV(B) 240º 0.06% 0.42% -
XYZ 12.94 13.41 16.09 -
YUV 102.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 102 102 108 0.06 0.06 0 0.58 240 0.03 0.41
Hex 66 66 6C 6 6 0 3A F0 3 29
Octal 146 146 154 6 6 0 72 360 3 51
Binary 1100110 1100110 1101100 110 110 0 111010 11110000 11 101001

Color Harmonies of #66666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66666C

Black with #66666C

Text Example


Text Example

White with #66666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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