#618697

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

Shades of Horizon #618697

Tints of Horizon #618697

Color information

#618697 (or 0x618697) is unknown color: approx Horizon. HEX triplet: 61, 86 and 97. RGB value is (97,134,151). Sum of RGB (Red+Green+Blue) = 97+134+151=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #618697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618697 is #9E7968. Grayscale: #7C7C7C. Windows color (decimal): -10385769 or 9930337. OLE color: 9930337.

HSL color Cylindrical-coordinate representation of color #618697: hue angle of 198.89º 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 #618697 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97134151-
CMYK0.360.1100.41
HSL198.89º21.77%48.63%-
HSV(B)198.89º35.76%59.22%-
XYZ19.0421.8332.49-
YUV124.88142.74108.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=25.39%
G=35.08%
B=39.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971341510.360.1100.41198.8921.7748.63
Hex61869724B029c71631
Octal14120622744130513072661
Binary11000011000011010010111100100101101010011100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618697; }

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

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

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

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

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

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

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

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