#618590

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

Shades of Horizon #618590

Tints of Horizon #618590

Color information

#618590 (or 0x618590) is unknown color: approx Horizon. HEX triplet: 61, 85 and 90. RGB value is (97,133,144). Sum of RGB (Red+Green+Blue) = 97+133+144=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #618590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618590 is #9E7A6F. Grayscale: #7B7B7B. Windows color (decimal): -10386032 or 9471329. OLE color: 9471329.

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

Color convert

RGB97133144-
CMYK0.330.0800.44
HSL194.04º19.5%47.25%-
HSV(B)194.04º32.64%56.47%-
XYZ18.3521.3329.54-
YUV123.49139.57109.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=25.94%
G=35.56%
B=38.50%

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
Decimal971331440.330.0800.44194.0419.547.25
Hex61859021802Cc2142f
Octal14120522041100543022457
Binary11000011000010110010000100001100001011001100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618590; }

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

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

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

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

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

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

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

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