Html Css Color HEX #686A76 Comet

📋 copy color: '#686A76'

red 104 ◦ green 106 ◦ blue 118

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

Shades of Comet #686A76

Tints of Comet #686A76

RGB

 RED value IS 104 (41.02% from 255) = 31.71%

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 31.71%
G = 32.32%
B = 35.98%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686A76 (or 0x686A76) is known color: Comet. HEX triplet: 68, 6A and 76. RGB value is (104,106,118). Sum of RGB (Red+Green+Blue) = 104+106+118=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #686A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A76 is #979589. Grayscale: #6A6A6A. Windows color (decimal): -9934218 or 7760488. OLE color: 7760488.

HSL color Cylindrical-coordinate representation of color #686A76: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686A76 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 106 118 -
CMYK 0.12 0.10 0 0.54
HSL 231.43º 0.06% 0.44% -
HSV(B) 231.43º 0.12% 0.46% -
XYZ 14.13 14.56 19.2 -
YUV 106.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 104 106 118 0.12 0.10 0 0.54 231.43 0.06 0.44
Hex 68 6A 76 C A 0 36 E7 6 2C
Octal 150 152 166 14 12 0 66 347 6 54
Binary 1101000 1101010 1110110 1100 1010 0 110110 11100111 110 101100

Color Harmonies of #686A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A76

Black with #686A76

Text Example


Text Example

White with #686A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A76; }

 p { color: rgb(104,106,118); }

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

background-color css

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

 a { background-color: rgb(104,106,118); }

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

border-color css

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

 span { border-color: rgb(104,106,118); }

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