#618799

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

Shades of Horizon #618799

Tints of Horizon #618799

Color information

#618799 (or 0x618799) is unknown color: approx Horizon. HEX triplet: 61, 87 and 99. RGB value is (97,135,153). Sum of RGB (Red+Green+Blue) = 97+135+153=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #618799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618799 is #9E7866. Grayscale: #7D7D7D. Windows color (decimal): -10385511 or 10061665. OLE color: 10061665.

HSL color Cylindrical-coordinate representation of color #618799: hue angle of 199.29º 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 #618799 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97135153-
CMYK0.370.1200.4
HSL199.29º22.4%49.02%-
HSV(B)199.29º36.6%60%-
XYZ19.3422.1733.4-
YUV125.69143.41107.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=25.19%
G=35.06%
B=39.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971351530.370.1200.4199.2922.449.02
Hex61879925C028c71631
Octal14120723145140503072661
Binary11000011000011110011001100101110001010001100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618799; }

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

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

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

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

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

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

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

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