#60859B

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

Shades of Horizon #60859B

Tints of Horizon #60859B

Color information

#60859B (or 0x60859B) is unknown color: approx Horizon. HEX triplet: 60, 85 and 9B. RGB value is (96,133,155). Sum of RGB (Red+Green+Blue) = 96+133+155=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #60859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60859B is #9F7A64. Grayscale: #7C7C7C. Windows color (decimal): -10451557 or 10192224. OLE color: 10192224.

HSL color Cylindrical-coordinate representation of color #60859B: hue angle of 202.37º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60859B is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96133155-
CMYK0.380.1400.39
HSL202.37º23.51%49.22%-
HSV(B)202.37º38.06%60.78%-
XYZ19.1321.6334.18-
YUV124.44145.24107.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=25%
G=34.64%
B=40.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961331550.380.1400.39202.3723.5149.22
Hex60859B26E027ca1831
Octal14020523346160473123061
Binary11000001000010110011011100110111001001111100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60859B; }

 p { color: rgb(96,133,155); }

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

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

 a { background-color: rgb(96,133,155); }

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

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

 span { border-color: rgb(96,133,155); }

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