#698E99

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

Shades of Horizon #698E99

Tints of Horizon #698E99

Color information

#698E99 (or 0x698E99) is unknown color: approx Horizon. HEX triplet: 69, 8E and 99. RGB value is (105,142,153). Sum of RGB (Red+Green+Blue) = 105+142+153=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #698E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698E99 is #967166. Grayscale: #848484. Windows color (decimal): -9859431 or 10063465. OLE color: 10063465.

HSL color Cylindrical-coordinate representation of color #698E99: hue angle of 193.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698E99 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105142153-
CMYK0.310.0700.4
HSL193.75º19.05%50.59%-
HSV(B)193.75º31.37%60%-
XYZ21.2524.6533.77-
YUV132.19139.74108.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=26.25%
G=35.5%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051421530.310.0700.4193.7519.0550.59
Hex698E991F7028c21333
Octal1512162313770503022363
Binary110100110001110100110011111111101010001100001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698E99; }

 p { color: rgb(105,142,153); }

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

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

 a { background-color: rgb(105,142,153); }

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

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

 span { border-color: rgb(105,142,153); }

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