Html Css Color HEX #686880 Comet

📋 copy color: '#686880'

red 104 ◦ green 104 ◦ blue 128

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

Shades of Comet #686880

Tints of Comet #686880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.95%

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

R = 30.95%
G = 30.95%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686880 (or 0x686880) is known color: Comet. HEX triplet: 68, 68 and 80. RGB value is (104,104,128). Sum of RGB (Red+Green+Blue) = 104+104+128=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #686880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686880 is #97977F. Grayscale: #6A6A6A. Windows color (decimal): -9934720 or 8415336. OLE color: 8415336.

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

Color convert

RGB 104 104 128 -
CMYK 0.19 0.19 0 0.50
HSL 240º 0.1% 0.45% -
HSV(B) 240º 0.19% 0.5% -
XYZ 14.56 14.4 22.43 -
YUV 106.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 104 104 128 0.19 0.19 0 0.50 240 0.1 0.45
Hex 68 68 80 13 13 0 32 F0 A 2D
Octal 150 150 200 23 23 0 62 360 12 55
Binary 1101000 1101000 10000000 10011 10011 0 110010 11110000 1010 101101

Color Harmonies of #686880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686880

Black with #686880

Text Example


Text Example

White with #686880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686880; }

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

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

background-color css

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

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

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

border-color css

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

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

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