#60838D

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

Shades of Horizon #60838D

Tints of Horizon #60838D

Color information

#60838D (or 0x60838D) is unknown color: approx Horizon. HEX triplet: 60, 83 and 8D. RGB value is (96,131,141). Sum of RGB (Red+Green+Blue) = 96+131+141=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #60838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60838D is #9F7C72. Grayscale: #797979. Windows color (decimal): -10452083 or 9274208. OLE color: 9274208.

HSL color Cylindrical-coordinate representation of color #60838D: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60838D is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96131141-
CMYK0.320.0700.45
HSL193.33º18.99%46.47%-
HSV(B)193.33º31.91%55.29%-
XYZ17.7520.6428.25-
YUV121.68138.9109.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=26.09%
G=35.60%
B=38.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961311410.320.0700.45193.3318.9946.47
Hex60838D20702Dc1132e
Octal1402032154070553012356
Binary1100000100000111000110110000011101011011100000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60838D; }

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

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

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

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

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

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

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

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