#618197

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

Shades of Horizon #618197

Tints of Horizon #618197

Color information

#618197 (or 0x618197) is unknown color: approx Horizon. HEX triplet: 61, 81 and 97. RGB value is (97,129,151). Sum of RGB (Red+Green+Blue) = 97+129+151=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #618197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618197 is #9E7E68. Grayscale: #797979. Windows color (decimal): -10387049 or 9929057. OLE color: 9929057.

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

Color convert

RGB97129151-
CMYK0.360.1500.41
HSL204.44º21.77%48.63%-
HSV(B)204.44º35.76%59.22%-
XYZ18.3720.4832.26-
YUV121.94144.4110.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=25.73%
G=34.22%
B=40.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971291510.360.1500.41204.4421.7748.63
Hex61819724F029cc1631
Octal14120122744170513142661
Binary11000011000000110010111100100111101010011100110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618197; }

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

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

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

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

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

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

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

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