#697C82

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

Shades of Hoki #697C82

Tints of Hoki #697C82

Color information

#697C82 (or 0x697C82) is unknown color: approx Hoki. HEX triplet: 69, 7C and 82. RGB value is (105,124,130). Sum of RGB (Red+Green+Blue) = 105+124+130=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #697C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C82 is #96837D. Grayscale: #767676. Windows color (decimal): -9864062 or 8551529. OLE color: 8551529.

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

Color convert

RGB105124130-
CMYK0.190.0500.49
HSL194.4º10.64%46.08%-
HSV(B)194.4º19.23%50.98%-
XYZ17.0619.0323.89-
YUV119134.21118.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=29.25%
G=34.54%
B=36.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051241300.190.0500.49194.410.6446.08
Hex697C82135031c2b2e
Octal1511742022350613021356
Binary1101001111110010000010100111010110001110000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697C82; }

 p { color: rgb(105,124,130); }

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

<style>
 a { background-color: #697C82; }

 a { background-color: rgb(105,124,130); }

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

<style>
 span { border-color: #697C82; }

 span { border-color: rgb(105,124,130); }

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