#618D99

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

Shades of Horizon #618D99

Tints of Horizon #618D99

Color information

#618D99 (or 0x618D99) is unknown color: approx Horizon. HEX triplet: 61, 8D and 99. RGB value is (97,141,153). Sum of RGB (Red+Green+Blue) = 97+141+153=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #618D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D99 is #9E7266. Grayscale: #818181. Windows color (decimal): -10383975 or 10063201. OLE color: 10063201.

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

Color convert

RGB97141153-
CMYK0.370.0800.4
HSL192.86º22.4%49.02%-
HSV(B)192.86º36.6%60%-
XYZ20.223.8933.68-
YUV129.21141.42105.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=24.81%
G=36.06%
B=39.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971411530.370.0800.4192.8622.449.02
Hex618D99258028c11631
Octal14121523145100503012661
Binary11000011000110110011001100101100001010001100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618D99; }

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

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

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

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

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

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

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

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