#687F87

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

Shades of Hoki #687F87

Tints of Hoki #687F87

Color information

#687F87 (or 0x687F87) is unknown color: approx Hoki. HEX triplet: 68, 7F and 87. RGB value is (104,127,135). Sum of RGB (Red+Green+Blue) = 104+127+135=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #687F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F87 is #978078. Grayscale: #787878. Windows color (decimal): -9928825 or 8879976. OLE color: 8879976.

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

Color convert

RGB104127135-
CMYK0.230.0600.47
HSL195.48º12.97%46.86%-
HSV(B)195.48º22.96%52.94%-
XYZ17.6719.8725.83-
YUV121.04135.88115.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=28.42%
G=34.70%
B=36.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041271350.230.0600.47195.4812.9746.86
Hex687F8717602Fc3d2f
Octal1501772072760573031557
Binary1101000111111110000111101111100101111110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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