#698083

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

Shades of Hoki #698083

Tints of Hoki #698083

Color information

#698083 (or 0x698083) is unknown color: approx Hoki. HEX triplet: 69, 80 and 83. RGB value is (105,128,131). Sum of RGB (Red+Green+Blue) = 105+128+131=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 131 - color contains mainly: blue. Hex color #698083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698083 is #967F7C. Grayscale: #797979. Windows color (decimal): -9863037 or 8618089. OLE color: 8618089.

HSL color Cylindrical-coordinate representation of color #698083: hue angle of 186.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698083 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105128131-
CMYK0.200.0200.49
HSL186.92º11.02%46.27%-
HSV(B)186.92º19.85%51.37%-
XYZ17.6420.0824.42-
YUV121.46133.38116.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=28.85%
G=35.16%
B=35.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051281310.200.0200.49186.9211.0246.27
Hex698083142031bbb2e
Octal1512002032420612731356
Binary1101001100000001000001110100100110001101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698083; }

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

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

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

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

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

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

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

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