#698793

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

Shades of Horizon #698793

Tints of Horizon #698793

Color information

#698793 (or 0x698793) is unknown color: approx Horizon. HEX triplet: 69, 87 and 93. RGB value is (105,135,147). Sum of RGB (Red+Green+Blue) = 105+135+147=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #698793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698793 is #96786C. Grayscale: #7F7F7F. Windows color (decimal): -9861229 or 9668457. OLE color: 9668457.

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

Color convert

RGB105135147-
CMYK0.290.0800.42
HSL197.14º16.67%49.41%-
HSV(B)197.14º28.57%57.65%-
XYZ19.7622.4430.89-
YUV127.4139.06112.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=27.13%
G=34.88%
B=37.98%

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
Decimal1051351470.290.0800.42197.1416.6749.41
Hex6987931D802Ac51131
Octal15120722335100523052161
Binary1101001100001111001001111101100001010101100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698793; }

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

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

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

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

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

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

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

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