Html Css Color HEX #686B76 Comet

📋 copy color: '#686B76'

red 104 ◦ green 107 ◦ blue 118

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

Shades of Comet #686B76

Tints of Comet #686B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

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

R = 31.61%
G = 32.52%
B = 35.87%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686B76 (or 0x686B76) is known color: Comet. HEX triplet: 68, 6B and 76. RGB value is (104,107,118). Sum of RGB (Red+Green+Blue) = 104+107+118=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #686B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B76 is #979489. Grayscale: #6B6B6B. Windows color (decimal): -9933962 or 7760744. OLE color: 7760744.

HSL color Cylindrical-coordinate representation of color #686B76: hue angle of 227.14º 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 #686B76 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 107 118 -
CMYK 0.12 0.09 0 0.54
HSL 227.14º 0.06% 0.44% -
HSV(B) 227.14º 0.12% 0.46% -
XYZ 14.24 14.77 19.24 -
YUV 107.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 104 107 118 0.12 0.09 0 0.54 227.14 0.06 0.44
Hex 68 6B 76 C 9 0 36 E3 6 2C
Octal 150 153 166 14 11 0 66 343 6 54
Binary 1101000 1101011 1110110 1100 1001 0 110110 11100011 110 101100

Color Harmonies of #686B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B76

Black with #686B76

Text Example


Text Example

White with #686B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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