#698286

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

Shades of Hoki #698286

Tints of Hoki #698286

Color information

#698286 (or 0x698286) is unknown color: approx Hoki. HEX triplet: 69, 82 and 86. RGB value is (105,130,134). Sum of RGB (Red+Green+Blue) = 105+130+134=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 134 - color contains mainly: blue. Hex color #698286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698286 is #967D79. Grayscale: #7A7A7A. Windows color (decimal): -9862522 or 8815209. OLE color: 8815209.

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

Color convert

RGB105130134-
CMYK0.220.0300.47
HSL188.28º12.13%46.86%-
HSV(B)188.28º21.64%52.55%-
XYZ18.1120.6925.59-
YUV122.98134.22115.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=28.46%
G=35.23%
B=36.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051301340.220.0300.47188.2812.1346.86
Hex69828616302Fbcc2f
Octal1512022062630572741457
Binary1101001100000101000011010110110101111101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698286; }

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

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

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

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

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

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

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

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