#60848E

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

Shades of Horizon #60848E

Tints of Horizon #60848E

Color information

#60848E (or 0x60848E) is unknown color: approx Horizon. HEX triplet: 60, 84 and 8E. RGB value is (96,132,142). Sum of RGB (Red+Green+Blue) = 96+132+142=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #60848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60848E is #9F7B71. Grayscale: #7A7A7A. Windows color (decimal): -10451826 or 9340000. OLE color: 9340000.

HSL color Cylindrical-coordinate representation of color #60848E: hue angle of 193.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60848E is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96132142-
CMYK0.320.0700.44
HSL193.04º19.33%46.67%-
HSV(B)193.04º32.39%55.69%-
XYZ17.9620.9428.69-
YUV122.38139.07109.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=25.95%
G=35.68%
B=38.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961321420.320.0700.44193.0419.3346.67
Hex60848E20702Cc1132f
Octal1402042164070543012357
Binary1100000100001001000111010000011101011001100000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60848E; }

 p { color: rgb(96,132,142); }

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

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

 a { background-color: rgb(96,132,142); }

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

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

 span { border-color: rgb(96,132,142); }

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