#619199

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

Shades of Horizon #619199

Tints of Horizon #619199

Color information

#619199 (or 0x619199) is unknown color: approx Horizon. HEX triplet: 61, 91 and 99. RGB value is (97,145,153). Sum of RGB (Red+Green+Blue) = 97+145+153=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #619199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619199 is #9E6E66. Grayscale: #838383. Windows color (decimal): -10382951 or 10064225. OLE color: 10064225.

HSL color Cylindrical-coordinate representation of color #619199: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619199 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97145153-
CMYK0.370.0500.4
HSL188.57º22.4%49.02%-
HSV(B)188.57º36.6%60%-
XYZ20.825.0933.88-
YUV131.56140.1103.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=24.56%
G=36.71%
B=38.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971451530.370.0500.4188.5722.449.02
Hex619199255028bd1631
Octal1412212314550502752661
Binary1100001100100011001100110010110101010001011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619199; }

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

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

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

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

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

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

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

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