Html Css Color HEX #686977 Comet

📋 copy color: '#686977'

red 104 ◦ green 105 ◦ blue 119

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

Shades of Comet #686977

Tints of Comet #686977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 31.71%
G = 32.01%
B = 36.28%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686977 (or 0x686977) is known color: Comet. HEX triplet: 68, 69 and 77. RGB value is (104,105,119). Sum of RGB (Red+Green+Blue) = 104+105+119=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #686977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686977 is #979688. Grayscale: #6A6A6A. Windows color (decimal): -9934473 or 7825768. OLE color: 7825768.

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

Color convert

RGB 104 105 119 -
CMYK 0.13 0.12 0 0.53
HSL 236º 0.07% 0.44% -
HSV(B) 236º 0.13% 0.47% -
XYZ 14.09 14.38 19.49 -
YUV 106.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 104 105 119 0.13 0.12 0 0.53 236 0.07 0.44
Hex 68 69 77 D C 0 35 EC 7 2C
Octal 150 151 167 15 14 0 65 354 7 54
Binary 1101000 1101001 1110111 1101 1100 0 110101 11101100 111 101100

Color Harmonies of #686977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686977

Black with #686977

Text Example


Text Example

White with #686977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686977; }

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

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

background-color css

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

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

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

border-color css

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

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

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