#698491

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

Shades of Horizon #698491

Tints of Horizon #698491

Color information

#698491 (or 0x698491) is unknown color: approx Horizon. HEX triplet: 69, 84 and 91. RGB value is (105,132,145). Sum of RGB (Red+Green+Blue) = 105+132+145=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #698491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698491 is #967B6E. Grayscale: #7D7D7D. Windows color (decimal): -9861999 or 9536617. OLE color: 9536617.

HSL color Cylindrical-coordinate representation of color #698491: hue angle of 199.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #698491 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105132145-
CMYK0.280.0900.43
HSL199.5º16%49.02%-
HSV(B)199.5º27.59%56.86%-
XYZ19.1921.5529.94-
YUV125.41139.05113.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=27.49%
G=34.55%
B=37.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051321450.280.0900.43199.51649.02
Hex6984911C902Bc71031
Octal15120422134110533072061
Binary1101001100001001001000111100100101010111100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698491; }

 p { color: rgb(105,132,145); }

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

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

 a { background-color: rgb(105,132,145); }

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

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

 span { border-color: rgb(105,132,145); }

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