#697D82

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

Shades of Hoki #697D82

Tints of Hoki #697D82

Color information

#697D82 (or 0x697D82) is unknown color: approx Hoki. HEX triplet: 69, 7D and 82. RGB value is (105,125,130). Sum of RGB (Red+Green+Blue) = 105+125+130=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #697D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D82 is #96827D. Grayscale: #777777. Windows color (decimal): -9863806 or 8551785. OLE color: 8551785.

HSL color Cylindrical-coordinate representation of color #697D82: hue angle of 192º 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 #697D82 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105125130-
CMYK0.190.0400.49
HSL192º10.64%46.08%-
HSV(B)192º19.23%50.98%-
XYZ17.1919.2823.93-
YUV119.59133.87117.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=29.17%
G=34.72%
B=36.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051251300.190.0400.4919210.6446.08
Hex697D82134031c0b2e
Octal1511752022340613001356
Binary1101001111110110000010100111000110001110000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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