#698995

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

Shades of Horizon #698995

Tints of Horizon #698995

Color information

#698995 (or 0x698995) is unknown color: approx Horizon. HEX triplet: 69, 89 and 95. RGB value is (105,137,149). Sum of RGB (Red+Green+Blue) = 105+137+149=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #698995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698995 is #96766A. Grayscale: #808080. Windows color (decimal): -9860715 or 9800041. OLE color: 9800041.

HSL color Cylindrical-coordinate representation of color #698995: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698995 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105137149-
CMYK0.300.0800.42
HSL196.36º17.32%49.8%-
HSV(B)196.36º29.53%58.43%-
XYZ20.223.0631.82-
YUV128.8139.4111.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=26.85%
G=35.04%
B=38.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051371490.300.0800.42196.3617.3249.8
Hex6989951E802Ac41132
Octal15121122536100523042162
Binary1101001100010011001010111110100001010101100010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698995; }

 p { color: rgb(105,137,149); }

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

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

 a { background-color: rgb(105,137,149); }

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

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

 span { border-color: rgb(105,137,149); }

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