#687D82

Color #687D82 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #687D82

Tints of Hoki #687D82

Color information

#687D82 (or 0x687D82) is unknown color: approx Hoki. HEX triplet: 68, 7D and 82. RGB value is (104,125,130). Sum of RGB (Red+Green+Blue) = 104+125+130=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #687D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D82 is #97827D. Grayscale: #777777. Windows color (decimal): -9929342 or 8551784. OLE color: 8551784.

HSL color Cylindrical-coordinate representation of color #687D82: hue angle of 191.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687D82 is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104125130-
CMYK0.20.0400.49
HSL191.54º11.11%45.88%-
HSV(B)191.54º20%50.98%-
XYZ17.0719.2223.93-
YUV119.29134.04117.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=28.97%
G=34.82%
B=36.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041251300.20.0400.49191.5411.1145.88
Hex687D82144031c0b2e
Octal1501752022440613001356
Binary1101000111110110000010101001000110001110000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687D82; }

 p { color: rgb(104,125,130); }

 H1.HeaderClassName
 {
   color: #687D82;
 }
 .AnyTagClassName
 {
   color: #687D82;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #687D82;
 }
 .BgClassName
 {
   background-color: #687D82;
 }
</style>
border-color css

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

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

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