#698084

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

Shades of Hoki #698084

Tints of Hoki #698084

Color information

#698084 (or 0x698084) is unknown color: approx Hoki. HEX triplet: 69, 80 and 84. RGB value is (105,128,132). Sum of RGB (Red+Green+Blue) = 105+128+132=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #698084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698084 is #967F7B. Grayscale: #797979. Windows color (decimal): -9863036 or 8683625. OLE color: 8683625.

HSL color Cylindrical-coordinate representation of color #698084: hue angle of 188.89º 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 #698084 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105128132-
CMYK0.200.0300.48
HSL188.89º11.39%46.47%-
HSV(B)188.89º20.45%51.76%-
XYZ17.7120.1124.78-
YUV121.58133.88116.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=28.77%
G=35.07%
B=36.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051281320.200.0300.48188.8911.3946.47
Hex698084143030bdb2e
Octal1512002042430602751356
Binary1101001100000001000010010100110110000101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698084; }

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

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

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

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

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

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

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

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