#608291

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

Shades of Horizon #608291

Tints of Horizon #608291

Color information

#608291 (or 0x608291) is unknown color: approx Horizon. HEX triplet: 60, 82 and 91. RGB value is (96,130,145). Sum of RGB (Red+Green+Blue) = 96+130+145=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 130 (51.17% from 255 or 35.04% 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 #608291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608291 is #9F7D6E. Grayscale: #797979. Windows color (decimal): -10452335 or 9536096. OLE color: 9536096.

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

Color convert

RGB96130145-
CMYK0.340.1000.43
HSL198.37º20.33%47.25%-
HSV(B)198.37º33.79%56.86%-
XYZ17.9220.529.8-
YUV121.54141.24109.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=25.88%
G=35.04%
B=39.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961301450.340.1000.43198.3720.3347.25
Hex60829122A02Bc6142f
Octal14020222142120533062457
Binary11000001000001010010001100010101001010111100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608291; }

 p { color: rgb(96,130,145); }

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

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

 a { background-color: rgb(96,130,145); }

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

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

 span { border-color: rgb(96,130,145); }

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