#618291

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

Shades of Horizon #618291

Tints of Horizon #618291

Color information

#618291 (or 0x618291) is unknown color: approx Horizon. HEX triplet: 61, 82 and 91. RGB value is (97,130,145). Sum of RGB (Red+Green+Blue) = 97+130+145=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #618291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618291 is #9E7D6E. Grayscale: #797979. Windows color (decimal): -10386799 or 9536097. OLE color: 9536097.

HSL color Cylindrical-coordinate representation of color #618291: hue angle of 198.75º 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 #618291 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97130145-
CMYK0.330.1000.43
HSL198.75º19.83%47.45%-
HSV(B)198.75º33.1%56.86%-
XYZ18.0220.5529.8-
YUV121.84141.07110.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=26.08%
G=34.95%
B=38.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971301450.330.1000.43198.7519.8347.45
Hex61829121A02Bc7142f
Octal14120222141120533072457
Binary11000011000001010010001100001101001010111100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618291; }

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

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

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

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

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

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

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

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