#687F85

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

Shades of Hoki #687F85

Tints of Hoki #687F85

Color information

#687F85 (or 0x687F85) is unknown color: approx Hoki. HEX triplet: 68, 7F and 85. RGB value is (104,127,133). Sum of RGB (Red+Green+Blue) = 104+127+133=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #687F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F85 is #97807A. Grayscale: #787878. Windows color (decimal): -9928827 or 8748904. OLE color: 8748904.

HSL color Cylindrical-coordinate representation of color #687F85: hue angle of 192.41º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687F85 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104127133-
CMYK0.220.0500.48
HSL192.41º12.24%46.47%-
HSV(B)192.41º21.8%52.16%-
XYZ17.5319.8225.09-
YUV120.81134.88116.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=28.57%
G=34.89%
B=36.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041271330.220.0500.48192.4112.2446.47
Hex687F85165030c0c2e
Octal1501772052650603001456
Binary1101000111111110000101101101010110000110000001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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