#698893

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

Shades of Horizon #698893

Tints of Horizon #698893

Color information

#698893 (or 0x698893) is unknown color: approx Horizon. HEX triplet: 69, 88 and 93. RGB value is (105,136,147). Sum of RGB (Red+Green+Blue) = 105+136+147=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #698893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698893 is #96776C. Grayscale: #7F7F7F. Windows color (decimal): -9860973 or 9668713. OLE color: 9668713.

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

Color convert

RGB105136147-
CMYK0.290.0700.42
HSL195.71º16.67%49.41%-
HSV(B)195.71º28.57%57.65%-
XYZ19.922.7230.94-
YUV127.98138.73111.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=27.06%
G=35.05%
B=37.89%

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
Decimal1051361470.290.0700.42195.7116.6749.41
Hex6988931D702Ac41131
Octal1512102233570523042161
Binary110100110001000100100111110111101010101100010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698893; }

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

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

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

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

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

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

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

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