#698089

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

Shades of Hoki #698089

Tints of Hoki #698089

Color information

#698089 (or 0x698089) is unknown color: approx Hoki. HEX triplet: 69, 80 and 89. RGB value is (105,128,137). Sum of RGB (Red+Green+Blue) = 105+128+137=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #698089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698089 is #967F76. Grayscale: #7A7A7A. Windows color (decimal): -9863031 or 9011305. OLE color: 9011305.

HSL color Cylindrical-coordinate representation of color #698089: hue angle of 196.87º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698089 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105128137-
CMYK0.230.0700.46
HSL196.87º13.22%47.45%-
HSV(B)196.87º23.36%53.73%-
XYZ18.0620.2526.62-
YUV122.15136.38115.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=28.38%
G=34.59%
B=37.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051281370.230.0700.46196.8713.2247.45
Hex69808917702Ec5d2f
Octal1512002112770563051557
Binary11010011000000010001001101111110101110110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698089; }

 p { color: rgb(105,128,137); }

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

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

 a { background-color: rgb(105,128,137); }

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

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

 span { border-color: rgb(105,128,137); }

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