#687A82

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

Shades of Hoki #687A82

Tints of Hoki #687A82

Color information

#687A82 (or 0x687A82) is unknown color: approx Hoki. HEX triplet: 68, 7A and 82. RGB value is (104,122,130). Sum of RGB (Red+Green+Blue) = 104+122+130=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #687A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A82 is #97857D. Grayscale: #757575. Windows color (decimal): -9930110 or 8551016. OLE color: 8551016.

HSL color Cylindrical-coordinate representation of color #687A82: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687A82 is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104122130-
CMYK0.20.0600.49
HSL198.46º11.11%45.88%-
HSV(B)198.46º20%50.98%-
XYZ16.718.4723.8-
YUV117.53135.04118.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=29.21%
G=34.27%
B=36.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041221300.20.0600.49198.4611.1145.88
Hex687A82146031c6b2e
Octal1501722022460613061356
Binary1101000111101010000010101001100110001110001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,122,130); }

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

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

 a { background-color: rgb(104,122,130); }

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

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

 span { border-color: rgb(104,122,130); }

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