Html Css Color HEX #686980 Comet

📋 copy color: '#686980'

red 104 ◦ green 105 ◦ blue 128

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

Shades of Comet #686980

Tints of Comet #686980

RGB

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

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

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

R = 30.86%
G = 31.16%
B = 37.98%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686980 (or 0x686980) is known color: Comet. HEX triplet: 68, 69 and 80. RGB value is (104,105,128). Sum of RGB (Red+Green+Blue) = 104+105+128=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #686980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686980 is #97967F. Grayscale: #6B6B6B. Windows color (decimal): -9934464 or 8415592. OLE color: 8415592.

HSL color Cylindrical-coordinate representation of color #686980: hue angle of 237.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 #686980 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 105 128 -
CMYK 0.19 0.18 0 0.50
HSL 237.5º 0.1% 0.45% -
HSV(B) 237.5º 0.19% 0.5% -
XYZ 14.66 14.6 22.47 -
YUV 107.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 104 105 128 0.19 0.18 0 0.50 237.5 0.1 0.45
Hex 68 69 80 13 12 0 32 EE A 2D
Octal 150 151 200 23 22 0 62 356 12 55
Binary 1101000 1101001 10000000 10011 10010 0 110010 11101110 1010 101101

Color Harmonies of #686980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686980

Black with #686980

Text Example


Text Example

White with #686980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686980; }

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

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

background-color css

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

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

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

border-color css

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

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

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