#618999

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

Shades of Horizon #618999

Tints of Horizon #618999

Color information

#618999 (or 0x618999) is unknown color: approx Horizon. HEX triplet: 61, 89 and 99. RGB value is (97,137,153). Sum of RGB (Red+Green+Blue) = 97+137+153=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #618999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618999 is #9E7666. Grayscale: #7E7E7E. Windows color (decimal): -10384999 or 10062177. OLE color: 10062177.

HSL color Cylindrical-coordinate representation of color #618999: hue angle of 197.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #618999 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97137153-
CMYK0.370.1000.4
HSL197.14º22.4%49.02%-
HSV(B)197.14º36.6%60%-
XYZ19.6322.7333.49-
YUV126.86142.75106.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=25.06%
G=35.40%
B=39.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971371530.370.1000.4197.1422.449.02
Hex61899925A028c51631
Octal14121123145120503052661
Binary11000011000100110011001100101101001010001100010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618999; }

 p { color: rgb(97,137,153); }

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

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

 a { background-color: rgb(97,137,153); }

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

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

 span { border-color: rgb(97,137,153); }

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