#618191

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

Shades of Horizon #618191

Tints of Horizon #618191

Color information

#618191 (or 0x618191) is unknown color: approx Horizon. HEX triplet: 61, 81 and 91. RGB value is (97,129,145). Sum of RGB (Red+Green+Blue) = 97+129+145=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #618191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618191 is #9E7E6E. Grayscale: #797979. Windows color (decimal): -10387055 or 9535841. OLE color: 9535841.

HSL color Cylindrical-coordinate representation of color #618191: hue angle of 200º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618191 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97129145-
CMYK0.330.1100.43
HSL200º19.83%47.45%-
HSV(B)200º33.1%56.86%-
XYZ17.8920.2929.76-
YUV121.26141.4110.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=26.15%
G=34.77%
B=39.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971291450.330.1100.4320019.8347.45
Hex61819121B02Bc8142f
Octal14120122141130533102457
Binary11000011000000110010001100001101101010111100100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618191; }

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

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

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

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

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

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

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

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