Html Css Color HEX #686778 Comet

📋 copy color: '#686778'

red 104 ◦ green 103 ◦ blue 120

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

Shades of Comet #686778

Tints of Comet #686778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

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

R = 31.8%
G = 31.5%
B = 36.7%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686778 (or 0x686778) is known color: Comet. HEX triplet: 68, 67 and 78. RGB value is (104,103,120). Sum of RGB (Red+Green+Blue) = 104+103+120=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #686778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686778 is #979887. Grayscale: #696969. Windows color (decimal): -9934984 or 7890792. OLE color: 7890792.

HSL color Cylindrical-coordinate representation of color #686778: hue angle of 243.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686778 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 103 120 -
CMYK 0.13 0.14 0 0.53
HSL 243.53º 0.08% 0.44% -
HSV(B) 243.53º 0.14% 0.47% -
XYZ 13.95 14 19.74 -
YUV 105.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 104 103 120 0.13 0.14 0 0.53 243.53 0.08 0.44
Hex 68 67 78 D E 0 35 F4 8 2C
Octal 150 147 170 15 16 0 65 364 10 54
Binary 1101000 1100111 1111000 1101 1110 0 110101 11110100 1000 101100

Color Harmonies of #686778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686778

Black with #686778

Text Example


Text Example

White with #686778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686778; }

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

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

background-color css

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

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

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

border-color css

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

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

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