#698894

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

Shades of Horizon #698894

Tints of Horizon #698894

Color information

#698894 (or 0x698894) is unknown color: approx Horizon. HEX triplet: 69, 88 and 94. RGB value is (105,136,148). Sum of RGB (Red+Green+Blue) = 105+136+148=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #698894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698894 is #96776B. Grayscale: #808080. Windows color (decimal): -9860972 or 9734249. OLE color: 9734249.

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

Color convert

RGB105136148-
CMYK0.290.0800.42
HSL196.74º17%49.61%-
HSV(B)196.74º29.05%58.04%-
XYZ19.9822.7531.36-
YUV128.1139.23111.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=26.99%
G=34.96%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051361480.290.0800.42196.741749.61
Hex6988941D802Ac51132
Octal15121022435100523052162
Binary1101001100010001001010011101100001010101100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698894; }

 p { color: rgb(105,136,148); }

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

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

 a { background-color: rgb(105,136,148); }

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

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

 span { border-color: rgb(105,136,148); }

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