Html Css Color HEX #686B77 Comet

📋 copy color: '#686B77'

red 104 ◦ green 107 ◦ blue 119

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

Shades of Comet #686B77

Tints of Comet #686B77

RGB

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

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

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

R = 31.52%
G = 32.42%
B = 36.06%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686B77 (or 0x686B77) is known color: Comet. HEX triplet: 68, 6B and 77. RGB value is (104,107,119). Sum of RGB (Red+Green+Blue) = 104+107+119=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #686B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B77 is #979488. Grayscale: #6B6B6B. Windows color (decimal): -9933961 or 7826280. OLE color: 7826280.

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

Color convert

RGB 104 107 119 -
CMYK 0.13 0.10 0 0.53
HSL 228º 0.07% 0.44% -
HSV(B) 228º 0.13% 0.47% -
XYZ 14.3 14.79 19.55 -
YUV 107.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 104 107 119 0.13 0.10 0 0.53 228 0.07 0.44
Hex 68 6B 77 D A 0 35 E4 7 2C
Octal 150 153 167 15 12 0 65 344 7 54
Binary 1101000 1101011 1110111 1101 1010 0 110101 11100100 111 101100

Color Harmonies of #686B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B77

Black with #686B77

Text Example


Text Example

White with #686B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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