#618490

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

Shades of Horizon #618490

Tints of Horizon #618490

Color information

#618490 (or 0x618490) is unknown color: approx Horizon. HEX triplet: 61, 84 and 90. RGB value is (97,132,144). Sum of RGB (Red+Green+Blue) = 97+132+144=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #618490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618490 is #9E7B6F. Grayscale: #7A7A7A. Windows color (decimal): -10386288 or 9471073. OLE color: 9471073.

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

Color convert

RGB97132144-
CMYK0.330.0800.44
HSL195.32º19.5%47.25%-
HSV(B)195.32º32.64%56.47%-
XYZ18.2221.0629.49-
YUV122.9139.9109.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=26.01%
G=35.39%
B=38.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971321440.330.0800.44195.3219.547.25
Hex61849021802Cc3142f
Octal14120422041100543032457
Binary11000011000010010010000100001100001011001100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618490; }

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

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

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

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

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

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

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

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