#619099

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

Shades of Horizon #619099

Tints of Horizon #619099

Color information

#619099 (or 0x619099) is unknown color: approx Horizon. HEX triplet: 61, 90 and 99. RGB value is (97,144,153). Sum of RGB (Red+Green+Blue) = 97+144+153=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #619099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619099 is #9E6F66. Grayscale: #828282. Windows color (decimal): -10383207 or 10063969. OLE color: 10063969.

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

Color convert

RGB97144153-
CMYK0.370.0600.4
HSL189.64º22.4%49.02%-
HSV(B)189.64º36.6%60%-
XYZ20.6524.7933.83-
YUV130.97140.43103.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=24.62%
G=36.55%
B=38.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971441530.370.0600.4189.6422.449.02
Hex619099256028be1631
Octal1412202314560502762661
Binary1100001100100001001100110010111001010001011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619099; }

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

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

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

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

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

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

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

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