#618E99

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

Shades of Horizon #618E99

Tints of Horizon #618E99

Color information

#618E99 (or 0x618E99) is unknown color: approx Horizon. HEX triplet: 61, 8E and 99. RGB value is (97,142,153). Sum of RGB (Red+Green+Blue) = 97+142+153=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #618E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E99 is #9E7166. Grayscale: #818181. Windows color (decimal): -10383719 or 10063457. OLE color: 10063457.

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

Color convert

RGB97142153-
CMYK0.370.0700.4
HSL191.79º22.4%49.02%-
HSV(B)191.79º36.6%60%-
XYZ20.3524.1933.73-
YUV129.8141.09104.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=24.74%
G=36.22%
B=39.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971421530.370.0700.4191.7922.449.02
Hex618E99257028c01631
Octal1412162314570503002661
Binary1100001100011101001100110010111101010001100000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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