#687B82

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

Shades of Hoki #687B82

Tints of Hoki #687B82

Color information

#687B82 (or 0x687B82) is unknown color: approx Hoki. HEX triplet: 68, 7B and 82. RGB value is (104,123,130). Sum of RGB (Red+Green+Blue) = 104+123+130=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #687B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B82 is #97847D. Grayscale: #767676. Windows color (decimal): -9929854 or 8551272. OLE color: 8551272.

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

Color convert

RGB104123130-
CMYK0.20.0500.49
HSL196.15º11.11%45.88%-
HSV(B)196.15º20%50.98%-
XYZ16.8218.7223.85-
YUV118.12134.71117.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=29.13%
G=34.45%
B=36.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041231300.20.0500.49196.1511.1145.88
Hex687B82145031c4b2e
Octal1501732022450613041356
Binary1101000111101110000010101001010110001110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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