Html Css Color HEX #686A79 Comet

📋 copy color: '#686A79'

red 104 ◦ green 106 ◦ blue 121

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

Shades of Comet #686A79

Tints of Comet #686A79

RGB

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

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

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

R = 31.42%
G = 32.02%
B = 36.56%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686A79 (or 0x686A79) is known color: Comet. HEX triplet: 68, 6A and 79. RGB value is (104,106,121). Sum of RGB (Red+Green+Blue) = 104+106+121=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #686A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A79 is #979586. Grayscale: #6B6B6B. Windows color (decimal): -9934215 or 7957096. OLE color: 7957096.

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

Color convert

RGB 104 106 121 -
CMYK 0.14 0.12 0 0.53
HSL 232.94º 0.08% 0.44% -
HSV(B) 232.94º 0.14% 0.47% -
XYZ 14.31 14.63 20.16 -
YUV 107.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 104 106 121 0.14 0.12 0 0.53 232.94 0.08 0.44
Hex 68 6A 79 E C 0 35 E9 8 2C
Octal 150 152 171 16 14 0 65 351 10 54
Binary 1101000 1101010 1111001 1110 1100 0 110101 11101001 1000 101100

Color Harmonies of #686A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A79

Black with #686A79

Text Example


Text Example

White with #686A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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