#698593

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

Shades of Horizon #698593

Tints of Horizon #698593

Color information

#698593 (or 0x698593) is unknown color: approx Horizon. HEX triplet: 69, 85 and 93. RGB value is (105,133,147). Sum of RGB (Red+Green+Blue) = 105+133+147=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #698593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698593 is #967A6C. Grayscale: #7E7E7E. Windows color (decimal): -9861741 or 9667945. OLE color: 9667945.

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

Color convert

RGB105133147-
CMYK0.290.1000.42
HSL200º16.67%49.41%-
HSV(B)200º28.57%57.65%-
XYZ19.4821.8830.8-
YUV126.22139.72112.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=27.27%
G=34.55%
B=38.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051331470.290.1000.4220016.6749.41
Hex6985931DA02Ac81131
Octal15120522335120523102161
Binary1101001100001011001001111101101001010101100100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698593; }

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

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

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

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

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

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

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

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