#618491

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

Shades of Horizon #618491

Tints of Horizon #618491

Color information

#618491 (or 0x618491) is unknown color: approx Horizon. HEX triplet: 61, 84 and 91. RGB value is (97,132,145). Sum of RGB (Red+Green+Blue) = 97+132+145=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #618491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618491 is #9E7B6E. Grayscale: #7A7A7A. Windows color (decimal): -10386287 or 9536609. OLE color: 9536609.

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

Color convert

RGB97132145-
CMYK0.330.0900.43
HSL196.25º19.83%47.45%-
HSV(B)196.25º33.1%56.86%-
XYZ18.2921.0929.89-
YUV123.02140.4109.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=25.94%
G=35.29%
B=38.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971321450.330.0900.43196.2519.8347.45
Hex61849121902Bc4142f
Octal14120422141110533042457
Binary11000011000010010010001100001100101010111100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618491; }

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

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

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

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

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

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

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

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