Html Css Color HEX #686A78 Comet

📋 copy color: '#686A78'

red 104 ◦ green 106 ◦ blue 120

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

Shades of Comet #686A78

Tints of Comet #686A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 31.52%
G = 32.12%
B = 36.36%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686A78 (or 0x686A78) is known color: Comet. HEX triplet: 68, 6A and 78. RGB value is (104,106,120). Sum of RGB (Red+Green+Blue) = 104+106+120=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #686A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A78 is #979587. Grayscale: #6A6A6A. Windows color (decimal): -9934216 or 7891560. OLE color: 7891560.

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

Color convert

RGB 104 106 120 -
CMYK 0.13 0.12 0 0.53
HSL 232.5º 0.07% 0.44% -
HSV(B) 232.5º 0.13% 0.47% -
XYZ 14.25 14.61 19.84 -
YUV 107 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 104 106 120 0.13 0.12 0 0.53 232.5 0.07 0.44
Hex 68 6A 78 D C 0 35 E8 7 2C
Octal 150 152 170 15 14 0 65 350 7 54
Binary 1101000 1101010 1111000 1101 1100 0 110101 11101000 111 101100

Color Harmonies of #686A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A78

Black with #686A78

Text Example


Text Example

White with #686A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,120); }

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

background-color css

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

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

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

border-color css

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

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

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