#698087

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

Shades of Hoki #698087

Tints of Hoki #698087

Color information

#698087 (or 0x698087) is unknown color: approx Hoki. HEX triplet: 69, 80 and 87. RGB value is (105,128,135). Sum of RGB (Red+Green+Blue) = 105+128+135=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #698087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698087 is #967F78. Grayscale: #797979. Windows color (decimal): -9863033 or 8880233. OLE color: 8880233.

HSL color Cylindrical-coordinate representation of color #698087: hue angle of 194º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698087 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105128135-
CMYK0.220.0500.47
HSL194º12.5%47.06%-
HSV(B)194º22.22%52.94%-
XYZ17.9220.1925.87-
YUV121.92135.38115.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=28.53%
G=34.78%
B=36.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051281350.220.0500.4719412.547.06
Hex69808716502Fc2c2f
Octal1512002072650573021457
Binary11010011000000010000111101101010101111110000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698087; }

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

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

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

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

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

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

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

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