#698082

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

Shades of Hoki #698082

Tints of Hoki #698082

Color information

#698082 (or 0x698082) is unknown color: approx Hoki. HEX triplet: 69, 80 and 82. RGB value is (105,128,130). Sum of RGB (Red+Green+Blue) = 105+128+130=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #698082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698082 is #967F7D. Grayscale: #797979. Windows color (decimal): -9863038 or 8552553. OLE color: 8552553.

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

Color convert

RGB105128130-
CMYK0.190.0200.49
HSL184.8º10.64%46.08%-
HSV(B)184.8º19.23%50.98%-
XYZ17.5720.0524.06-
YUV121.35132.88116.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=28.93%
G=35.26%
B=35.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051281300.190.0200.49184.810.6446.08
Hex698082132031b9b2e
Octal1512002022320612711356
Binary1101001100000001000001010011100110001101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698082; }

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

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

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

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

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

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

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

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