#697E82

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

Shades of Hoki #697E82

Tints of Hoki #697E82

Color information

#697E82 (or 0x697E82) is unknown color: approx Hoki. HEX triplet: 69, 7E and 82. RGB value is (105,126,130). Sum of RGB (Red+Green+Blue) = 105+126+130=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #697E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E82 is #96817D. Grayscale: #787878. Windows color (decimal): -9863550 or 8552041. OLE color: 8552041.

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

Color convert

RGB105126130-
CMYK0.190.0300.49
HSL189.6º10.64%46.08%-
HSV(B)189.6º19.23%50.98%-
XYZ17.3219.5423.98-
YUV120.18133.54117.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=29.09%
G=34.90%
B=36.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051261300.190.0300.49189.610.6446.08
Hex697E82133031beb2e
Octal1511762022330612761356
Binary110100111111101000001010011110110001101111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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