#687F82

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

Shades of Hoki #687F82

Tints of Hoki #687F82

Color information

#687F82 (or 0x687F82) is unknown color: approx Hoki. HEX triplet: 68, 7F and 82. RGB value is (104,127,130). Sum of RGB (Red+Green+Blue) = 104+127+130=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #687F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F82 is #97807D. Grayscale: #787878. Windows color (decimal): -9928830 or 8552296. OLE color: 8552296.

HSL color Cylindrical-coordinate representation of color #687F82: hue angle of 186.92º 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 #687F82 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104127130-
CMYK0.20.0200.49
HSL186.92º11.11%45.88%-
HSV(B)186.92º20%50.98%-
XYZ17.3319.7324.01-
YUV120.46133.38116.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=28.81%
G=35.18%
B=36.01%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041271300.20.0200.49186.9211.1145.88
Hex687F82142031bbb2e
Octal1501772022420612731356
Binary110100011111111000001010100100110001101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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