Html Css Color HEX #686870 Comet

📋 copy color: '#686870'

red 104 ◦ green 104 ◦ blue 112

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

Shades of Comet #686870

Tints of Comet #686870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 32.5%
G = 32.5%
B = 35%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686870 (or 0x686870) is known color: Comet. HEX triplet: 68, 68 and 70. RGB value is (104,104,112). Sum of RGB (Red+Green+Blue) = 104+104+112=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #686870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686870 is #97978F. Grayscale: #686868. Windows color (decimal): -9934736 or 7366760. OLE color: 7366760.

HSL color Cylindrical-coordinate representation of color #686870: hue angle of 240º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686870 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 104 112 -
CMYK 0.07 0.07 0 0.56
HSL 240º 0.04% 0.42% -
HSV(B) 240º 0.07% 0.44% -
XYZ 13.58 14.01 17.32 -
YUV 104.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 104 104 112 0.07 0.07 0 0.56 240 0.04 0.42
Hex 68 68 70 7 7 0 38 F0 4 2A
Octal 150 150 160 7 7 0 70 360 4 52
Binary 1101000 1101000 1110000 111 111 0 111000 11110000 100 101010

Color Harmonies of #686870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686870

Black with #686870

Text Example


Text Example

White with #686870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686870; }

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

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

background-color css

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

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

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

border-color css

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

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

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