#697B82

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

Shades of Hoki #697B82

Tints of Hoki #697B82

Color information

#697B82 (or 0x697B82) is unknown color: approx Hoki. HEX triplet: 69, 7B and 82. RGB value is (105,123,130). Sum of RGB (Red+Green+Blue) = 105+123+130=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #697B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B82 is #96847D. Grayscale: #767676. Windows color (decimal): -9864318 or 8551273. OLE color: 8551273.

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

Color convert

RGB105123130-
CMYK0.190.0500.49
HSL196.8º10.64%46.08%-
HSV(B)196.8º19.23%50.98%-
XYZ16.9418.7823.85-
YUV118.42134.54118.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=29.33%
G=34.36%
B=36.31%

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
Decimal1051231300.190.0500.49196.810.6446.08
Hex697B82135031c5b2e
Octal1511732022350613051356
Binary1101001111101110000010100111010110001110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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