#687B83

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

Shades of Hoki #687B83

Tints of Hoki #687B83

Color information

#687B83 (or 0x687B83) is unknown color: approx Hoki. HEX triplet: 68, 7B and 83. RGB value is (104,123,131). Sum of RGB (Red+Green+Blue) = 104+123+131=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #687B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B83 is #97847C. Grayscale: #767676. Windows color (decimal): -9929853 or 8616808. OLE color: 8616808.

HSL color Cylindrical-coordinate representation of color #687B83: hue angle of 197.78º 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 #687B83 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104123131-
CMYK0.210.0600.49
HSL197.78º11.49%46.08%-
HSV(B)197.78º20.61%51.37%-
XYZ16.8918.7524.2-
YUV118.23135.21117.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=29.05%
G=34.36%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041231310.210.0600.49197.7811.4946.08
Hex687B83156031c6b2e
Octal1501732032560613061356
Binary1101000111101110000011101011100110001110001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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