#698186

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

Shades of Hoki #698186

Tints of Hoki #698186

Color information

#698186 (or 0x698186) is unknown color: approx Hoki. HEX triplet: 69, 81 and 86. RGB value is (105,129,134). Sum of RGB (Red+Green+Blue) = 105+129+134=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #698186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698186 is #967E79. Grayscale: #7A7A7A. Windows color (decimal): -9862778 or 8814953. OLE color: 8814953.

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

Color convert

RGB105129134-
CMYK0.220.0400.47
HSL190.34º12.13%46.86%-
HSV(B)190.34º21.64%52.55%-
XYZ17.9820.4325.55-
YUV122.39134.55115.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=28.53%
G=35.05%
B=36.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051291340.220.0400.47190.3412.1346.86
Hex69818616402Fbec2f
Octal1512012062640572761457
Binary11010011000000110000110101101000101111101111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698186; }

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

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

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

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

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

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

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

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