#618190

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

Shades of Horizon #618190

Tints of Horizon #618190

Color information

#618190 (or 0x618190) is unknown color: approx Horizon. HEX triplet: 61, 81 and 90. RGB value is (97,129,144). Sum of RGB (Red+Green+Blue) = 97+129+144=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #618190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618190 is #9E7E6F. Grayscale: #797979. Windows color (decimal): -10387056 or 9470305. OLE color: 9470305.

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

Color convert

RGB97129144-
CMYK0.330.1000.44
HSL199.15º19.5%47.25%-
HSV(B)199.15º32.64%56.47%-
XYZ17.8120.2629.36-
YUV121.14140.9110.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=26.22%
G=34.86%
B=38.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971291440.330.1000.44199.1519.547.25
Hex61819021A02Cc7142f
Octal14120122041120543072457
Binary11000011000000110010000100001101001011001100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618190; }

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

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

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

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

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

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

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

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