#697E84

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

Shades of Hoki #697E84

Tints of Hoki #697E84

Color information

#697E84 (or 0x697E84) is unknown color: approx Hoki. HEX triplet: 69, 7E and 84. RGB value is (105,126,132). Sum of RGB (Red+Green+Blue) = 105+126+132=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #697E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E84 is #96817B. Grayscale: #787878. Windows color (decimal): -9863548 or 8683113. OLE color: 8683113.

HSL color Cylindrical-coordinate representation of color #697E84: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697E84 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105126132-
CMYK0.200.0500.48
HSL193.33º11.39%46.47%-
HSV(B)193.33º20.45%51.76%-
XYZ17.4519.5924.69-
YUV120.4134.54117.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=28.93%
G=34.71%
B=36.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051261320.200.0500.48193.3311.3946.47
Hex697E84145030c1b2e
Octal1511762042450603011356
Binary1101001111111010000100101001010110000110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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