#687B84

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

Shades of Hoki #687B84

Tints of Hoki #687B84

Color information

#687B84 (or 0x687B84) is unknown color: approx Hoki. HEX triplet: 68, 7B and 84. RGB value is (104,123,132). Sum of RGB (Red+Green+Blue) = 104+123+132=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #687B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B84 is #97847B. Grayscale: #767676. Windows color (decimal): -9929852 or 8682344. OLE color: 8682344.

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

Color convert

RGB104123132-
CMYK0.210.0700.48
HSL199.29º11.86%46.27%-
HSV(B)199.29º21.21%51.76%-
XYZ16.9618.7724.56-
YUV118.34135.71117.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=28.97%
G=34.26%
B=36.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041231320.210.0700.48199.2911.8646.27
Hex687B84157030c7c2e
Octal1501732042570603071456
Binary1101000111101110000100101011110110000110001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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