Html Css Color HEX #686979 Comet

📋 copy color: '#686979'

red 104 ◦ green 105 ◦ blue 121

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

Shades of Comet #686979

Tints of Comet #686979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 31.52%
G = 31.82%
B = 36.67%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686979 (or 0x686979) is known color: Comet. HEX triplet: 68, 69 and 79. RGB value is (104,105,121). Sum of RGB (Red+Green+Blue) = 104+105+121=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #686979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686979 is #979686. Grayscale: #6A6A6A. Windows color (decimal): -9934471 or 7956840. OLE color: 7956840.

HSL color Cylindrical-coordinate representation of color #686979: hue angle of 236.47º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686979 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 105 121 -
CMYK 0.14 0.13 0 0.53
HSL 236.47º 0.08% 0.44% -
HSV(B) 236.47º 0.14% 0.47% -
XYZ 14.21 14.43 20.12 -
YUV 106.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 104 105 121 0.14 0.13 0 0.53 236.47 0.08 0.44
Hex 68 69 79 E D 0 35 EC 8 2C
Octal 150 151 171 16 15 0 65 354 10 54
Binary 1101000 1101001 1111001 1110 1101 0 110101 11101100 1000 101100

Color Harmonies of #686979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686979

Black with #686979

Text Example


Text Example

White with #686979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686979; }

 p { color: rgb(104,105,121); }

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

background-color css

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

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

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

border-color css

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

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

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