#698994

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

Shades of Horizon #698994

Tints of Horizon #698994

Color information

#698994 (or 0x698994) is unknown color: approx Horizon. HEX triplet: 69, 89 and 94. RGB value is (105,137,148). Sum of RGB (Red+Green+Blue) = 105+137+148=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #698994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698994 is #96766B. Grayscale: #808080. Windows color (decimal): -9860716 or 9734505. OLE color: 9734505.

HSL color Cylindrical-coordinate representation of color #698994: hue angle of 195.35º 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 #698994 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105137148-
CMYK0.290.0700.42
HSL195.35º17%49.61%-
HSV(B)195.35º29.05%58.04%-
XYZ20.1223.0331.4-
YUV128.69138.9111.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=26.92%
G=35.13%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051371480.290.0700.42195.351749.61
Hex6989941D702Ac31132
Octal1512112243570523032162
Binary110100110001001100101001110111101010101100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698994; }

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

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

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

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

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

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

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

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