#698D99

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

Shades of Horizon #698D99

Tints of Horizon #698D99

Color information

#698D99 (or 0x698D99) is unknown color: approx Horizon. HEX triplet: 69, 8D and 99. RGB value is (105,141,153). Sum of RGB (Red+Green+Blue) = 105+141+153=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #698D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D99 is #967266. Grayscale: #838383. Windows color (decimal): -9859687 or 10063209. OLE color: 10063209.

HSL color Cylindrical-coordinate representation of color #698D99: hue angle of 195º 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 #698D99 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105141153-
CMYK0.310.0800.4
HSL195º19.05%50.59%-
HSV(B)195º31.37%60%-
XYZ21.124.3533.73-
YUV131.6140.07109.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=26.32%
G=35.34%
B=38.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051411530.310.0800.419519.0550.59
Hex698D991F8028c31333
Octal15121523137100503032363
Binary1101001100011011001100111111100001010001100001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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