#689099

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

Shades of Horizon #689099

Tints of Horizon #689099

Color information

#689099 (or 0x689099) is unknown color: approx Horizon. HEX triplet: 68, 90 and 99. RGB value is (104,144,153). Sum of RGB (Red+Green+Blue) = 104+144+153=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #689099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689099 is #976F66. Grayscale: #848484. Windows color (decimal): -9924455 or 10063976. OLE color: 10063976.

HSL color Cylindrical-coordinate representation of color #689099: hue angle of 191.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689099 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104144153-
CMYK0.320.0600.4
HSL191.02º19.37%50.39%-
HSV(B)191.02º32.03%60%-
XYZ21.4325.1933.87-
YUV133.07139.25107.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=25.94%
G=35.91%
B=38.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041441530.320.0600.4191.0219.3750.39
Hex689099206028bf1332
Octal1502202314060502772362
Binary1101000100100001001100110000011001010001011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689099; }

 p { color: rgb(104,144,153); }

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

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

 a { background-color: rgb(104,144,153); }

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

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

 span { border-color: rgb(104,144,153); }

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