#618890

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

Shades of Horizon #618890

Tints of Horizon #618890

Color information

#618890 (or 0x618890) is unknown color: approx Horizon. HEX triplet: 61, 88 and 90. RGB value is (97,136,144). Sum of RGB (Red+Green+Blue) = 97+136+144=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #618890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618890 is #9E776F. Grayscale: #7D7D7D. Windows color (decimal): -10385264 or 9472097. OLE color: 9472097.

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

Color convert

RGB97136144-
CMYK0.330.0600.44
HSL190.21º19.5%47.25%-
HSV(B)190.21º32.64%56.47%-
XYZ18.7722.1629.67-
YUV125.25138.58107.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=25.73%
G=36.07%
B=38.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971361440.330.0600.44190.2119.547.25
Hex61889021602Cbe142f
Octal1412102204160542762457
Binary1100001100010001001000010000111001011001011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618890; }

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

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

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

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

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

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

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

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