Html Css Color HEX #686B80 Comet

📋 copy color: '#686B80'

red 104 ◦ green 107 ◦ blue 128

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

Shades of Comet #686B80

Tints of Comet #686B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 30.68%
G = 31.56%
B = 37.76%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686B80 (or 0x686B80) is known color: Comet. HEX triplet: 68, 6B and 80. RGB value is (104,107,128). Sum of RGB (Red+Green+Blue) = 104+107+128=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #686B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B80 is #97947F. Grayscale: #6C6C6C. Windows color (decimal): -9933952 or 8416104. OLE color: 8416104.

HSL color Cylindrical-coordinate representation of color #686B80: hue angle of 232.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686B80 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 107 128 -
CMYK 0.19 0.16 0 0.50
HSL 232.5º 0.1% 0.45% -
HSV(B) 232.5º 0.19% 0.5% -
XYZ 14.86 15.02 22.54 -
YUV 108.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 104 107 128 0.19 0.16 0 0.50 232.5 0.1 0.45
Hex 68 6B 80 13 10 0 32 E8 A 2D
Octal 150 153 200 23 20 0 62 350 12 55
Binary 1101000 1101011 10000000 10011 10000 0 110010 11101000 1010 101101

Color Harmonies of #686B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B80

Black with #686B80

Text Example


Text Example

White with #686B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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