#619097

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

Shades of Horizon #619097

Tints of Horizon #619097

Color information

#619097 (or 0x619097) is unknown color: approx Horizon. HEX triplet: 61, 90 and 97. RGB value is (97,144,151). Sum of RGB (Red+Green+Blue) = 97+144+151=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #619097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619097 is #9E6F68. Grayscale: #828282. Windows color (decimal): -10383209 or 9932897. OLE color: 9932897.

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

Color convert

RGB97144151-
CMYK0.360.0500.41
HSL187.78º21.77%48.63%-
HSV(B)187.78º35.76%59.22%-
XYZ20.4924.7232.97-
YUV130.74139.43103.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=24.74%
G=36.73%
B=38.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971441510.360.0500.41187.7821.7748.63
Hex619097245029bc1631
Octal1412202274450512742661
Binary1100001100100001001011110010010101010011011110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619097; }

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

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

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

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

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

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

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

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