#687F83

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

Shades of Hoki #687F83

Tints of Hoki #687F83

Color information

#687F83 (or 0x687F83) is unknown color: approx Hoki. HEX triplet: 68, 7F and 83. RGB value is (104,127,131). Sum of RGB (Red+Green+Blue) = 104+127+131=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #687F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F83 is #97807C. Grayscale: #787878. Windows color (decimal): -9928829 or 8617832. OLE color: 8617832.

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

Color convert

RGB104127131-
CMYK0.210.0300.49
HSL188.89º11.49%46.08%-
HSV(B)188.89º20.61%51.37%-
XYZ17.419.7624.37-
YUV120.58133.88116.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=28.73%
G=35.08%
B=36.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041271310.210.0300.49188.8911.4946.08
Hex687F83153031bdb2e
Octal1501772032530612751356
Binary110100011111111000001110101110110001101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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