#618791

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

Shades of Horizon #618791

Tints of Horizon #618791

Color information

#618791 (or 0x618791) is unknown color: approx Horizon. HEX triplet: 61, 87 and 91. RGB value is (97,135,145). Sum of RGB (Red+Green+Blue) = 97+135+145=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #618791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618791 is #9E786E. Grayscale: #7C7C7C. Windows color (decimal): -10385519 or 9537377. OLE color: 9537377.

HSL color Cylindrical-coordinate representation of color #618791: hue angle of 192.5º 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 #618791 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97135145-
CMYK0.330.0700.43
HSL192.5º19.83%47.45%-
HSV(B)192.5º33.1%56.86%-
XYZ18.721.9130.03-
YUV124.78139.41108.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=25.73%
G=35.81%
B=38.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971351450.330.0700.43192.519.8347.45
Hex61879121702Bc0142f
Octal1412072214170533002457
Binary1100001100001111001000110000111101010111100000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618791; }

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

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

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

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

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

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

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

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