#60839A

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

Shades of Horizon #60839A

Tints of Horizon #60839A

Color information

#60839A (or 0x60839A) is unknown color: approx Horizon. HEX triplet: 60, 83 and 9A. RGB value is (96,131,154). Sum of RGB (Red+Green+Blue) = 96+131+154=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #60839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60839A is #9F7C65. Grayscale: #7B7B7B. Windows color (decimal): -10452070 or 10126176. OLE color: 10126176.

HSL color Cylindrical-coordinate representation of color #60839A: hue angle of 203.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60839A is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96131154-
CMYK0.380.1500.40
HSL203.79º23.2%49.02%-
HSV(B)203.79º37.66%60.39%-
XYZ18.7721.0533.65-
YUV123.16145.4108.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=25.20%
G=34.38%
B=40.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961311540.380.1500.40203.7923.249.02
Hex60839A26F028cc1731
Octal14020323246170503142761
Binary11000001000001110011010100110111101010001100110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60839A; }

 p { color: rgb(96,131,154); }

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

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

 a { background-color: rgb(96,131,154); }

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

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

 span { border-color: rgb(96,131,154); }

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