Html Css Color HEX #686B79 Comet

📋 copy color: '#686B79'

red 104 ◦ green 107 ◦ blue 121

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

Shades of Comet #686B79

Tints of Comet #686B79

RGB

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

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

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

R = 31.33%
G = 32.23%
B = 36.45%

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

#686B79 (or 0x686B79) is known color: Comet. HEX triplet: 68, 6B and 79. RGB value is (104,107,121). Sum of RGB (Red+Green+Blue) = 104+107+121=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #686B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B79 is #979486. Grayscale: #6B6B6B. Windows color (decimal): -9933959 or 7957352. OLE color: 7957352.

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

Color convert

RGB 104 107 121 -
CMYK 0.14 0.12 0 0.53
HSL 229.41º 0.08% 0.44% -
HSV(B) 229.41º 0.14% 0.47% -
XYZ 14.42 14.84 20.19 -
YUV 107.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 104 107 121 0.14 0.12 0 0.53 229.41 0.08 0.44
Hex 68 6B 79 E C 0 35 E5 8 2C
Octal 150 153 171 16 14 0 65 345 10 54
Binary 1101000 1101011 1111001 1110 1100 0 110101 11100101 1000 101100

Color Harmonies of #686B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B79

Black with #686B79

Text Example


Text Example

White with #686B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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