Html Css Color HEX #66686F Comet

📋 copy color: '#66686F'

red 102 ◦ green 104 ◦ blue 111

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

Shades of Comet #66686F

Tints of Comet #66686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 32.18%
G = 32.81%
B = 35.02%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#66686F (or 0x66686F) is known color: Comet. HEX triplet: 66, 68 and 6F. RGB value is (102,104,111). Sum of RGB (Red+Green+Blue) = 102+104+111=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 111 - color contains mainly: blue. Hex color #66686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66686F is #999790. Grayscale: #686868. Windows color (decimal): -10065809 or 7301222. OLE color: 7301222.

HSL color Cylindrical-coordinate representation of color #66686F: hue angle of 226.67º 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 #66686F is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 104 111 -
CMYK 0.08 0.06 0 0.56
HSL 226.67º 0.04% 0.42% -
HSV(B) 226.67º 0.08% 0.44% -
XYZ 13.3 13.87 17.02 -
YUV 104.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 102 104 111 0.08 0.06 0 0.56 226.67 0.04 0.42
Hex 66 68 6F 8 6 0 38 E3 4 2A
Octal 146 150 157 10 6 0 70 343 4 52
Binary 1100110 1101000 1101111 1000 110 0 111000 11100011 100 101010

Color Harmonies of #66686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66686F

Black with #66686F

Text Example


Text Example

White with #66686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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