#687F86

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

Shades of Hoki #687F86

Tints of Hoki #687F86

Color information

#687F86 (or 0x687F86) is unknown color: approx Hoki. HEX triplet: 68, 7F and 86. RGB value is (104,127,134). Sum of RGB (Red+Green+Blue) = 104+127+134=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #687F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F86 is #978079. Grayscale: #787878. Windows color (decimal): -9928826 or 8814440. OLE color: 8814440.

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

Color convert

RGB104127134-
CMYK0.220.0500.47
HSL194º12.61%46.67%-
HSV(B)194º22.39%52.55%-
XYZ17.619.8425.46-
YUV120.92135.38115.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=28.49%
G=34.79%
B=36.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041271340.220.0500.4719412.6146.67
Hex687F8616502Fc2d2f
Octal1501772062650573021557
Binary1101000111111110000110101101010101111110000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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