Html Css Color HEX #686876 Comet

📋 copy color: '#686876'

red 104 ◦ green 104 ◦ blue 118

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

Shades of Comet #686876

Tints of Comet #686876

RGB

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

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

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

R = 31.9%
G = 31.9%
B = 36.2%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686876 (or 0x686876) is known color: Comet. HEX triplet: 68, 68 and 76. RGB value is (104,104,118). Sum of RGB (Red+Green+Blue) = 104+104+118=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #686876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686876 is #979789. Grayscale: #696969. Windows color (decimal): -9934730 or 7759976. OLE color: 7759976.

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

Color convert

RGB 104 104 118 -
CMYK 0.12 0.12 0 0.54
HSL 240º 0.06% 0.44% -
HSV(B) 240º 0.12% 0.46% -
XYZ 13.93 14.15 19.14 -
YUV 105.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 104 104 118 0.12 0.12 0 0.54 240 0.06 0.44
Hex 68 68 76 C C 0 36 F0 6 2C
Octal 150 150 166 14 14 0 66 360 6 54
Binary 1101000 1101000 1110110 1100 1100 0 110110 11110000 110 101100

Color Harmonies of #686876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686876

Black with #686876

Text Example


Text Example

White with #686876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686876; }

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

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

background-color css

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

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

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

border-color css

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

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

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