Html Css Color HEX #686A75 Comet

📋 copy color: '#686A75'

red 104 ◦ green 106 ◦ blue 117

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

Shades of Comet #686A75

Tints of Comet #686A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 31.8%
G = 32.42%
B = 35.78%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686A75 (or 0x686A75) is known color: Comet. HEX triplet: 68, 6A and 75. RGB value is (104,106,117). Sum of RGB (Red+Green+Blue) = 104+106+117=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #686A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A75 is #97958A. Grayscale: #6A6A6A. Windows color (decimal): -9934219 or 7694952. OLE color: 7694952.

HSL color Cylindrical-coordinate representation of color #686A75: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #686A75 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 106 117 -
CMYK 0.11 0.09 0 0.54
HSL 230.77º 0.06% 0.43% -
HSV(B) 230.77º 0.11% 0.46% -
XYZ 14.07 14.54 18.89 -
YUV 106.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 104 106 117 0.11 0.09 0 0.54 230.77 0.06 0.43
Hex 68 6A 75 B 9 0 36 E7 6 2B
Octal 150 152 165 13 11 0 66 347 6 53
Binary 1101000 1101010 1110101 1011 1001 0 110110 11100111 110 101011

Color Harmonies of #686A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A75

Black with #686A75

Text Example


Text Example

White with #686A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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