Html Css Color HEX #66666F Comet

📋 copy color: '#66666F'

red 102 ◦ green 102 ◦ blue 111

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

Shades of Comet #66666F

Tints of Comet #66666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 32.38%
G = 32.38%
B = 35.24%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#66666F (or 0x66666F) is known color: Comet. HEX triplet: 66, 66 and 6F. RGB value is (102,102,111). Sum of RGB (Red+Green+Blue) = 102+102+111=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 111 - color contains mainly: blue. Hex color #66666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66666F is #999990. Grayscale: #666666. Windows color (decimal): -10066321 or 7300710. OLE color: 7300710.

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

Color convert

RGB 102 102 111 -
CMYK 0.08 0.08 0 0.56
HSL 240º 0.04% 0.42% -
HSV(B) 240º 0.08% 0.44% -
XYZ 13.1 13.48 16.95 -
YUV 103.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 102 102 111 0.08 0.08 0 0.56 240 0.04 0.42
Hex 66 66 6F 8 8 0 38 F0 4 2A
Octal 146 146 157 10 10 0 70 360 4 52
Binary 1100110 1100110 1101111 1000 1000 0 111000 11110000 100 101010

Color Harmonies of #66666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66666F

Black with #66666F

Text Example


Text Example

White with #66666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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