#618991

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

Shades of Horizon #618991

Tints of Horizon #618991

Color information

#618991 (or 0x618991) is unknown color: approx Horizon. HEX triplet: 61, 89 and 91. RGB value is (97,137,145). Sum of RGB (Red+Green+Blue) = 97+137+145=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #618991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618991 is #9E766E. Grayscale: #7D7D7D. Windows color (decimal): -10385007 or 9537889. OLE color: 9537889.

HSL color Cylindrical-coordinate representation of color #618991: hue angle of 190º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618991 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97137145-
CMYK0.330.0600.43
HSL190º19.83%47.45%-
HSV(B)190º33.1%56.86%-
XYZ18.9922.4830.13-
YUV125.95138.75107.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=25.59%
G=36.15%
B=38.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971371450.330.0600.4319019.8347.45
Hex61899121602Bbe142f
Octal1412112214160532762457
Binary1100001100010011001000110000111001010111011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618991; }

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

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

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

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

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

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

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

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