#60919D

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

Shades of Horizon #60919D

Tints of Horizon #60919D

Color information

#60919D (or 0x60919D) is unknown color: approx Horizon. HEX triplet: 60, 91 and 9D. RGB value is (96,145,157). Sum of RGB (Red+Green+Blue) = 96+145+157=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #60919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60919D is #9F6E62. Grayscale: #838383. Windows color (decimal): -10448483 or 10326368. OLE color: 10326368.

HSL color Cylindrical-coordinate representation of color #60919D: hue angle of 191.8º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60919D is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96145157-
CMYK0.390.0800.38
HSL191.8º24.11%49.61%-
HSV(B)191.8º38.85%61.57%-
XYZ21.0425.1735.65-
YUV131.72142.27102.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=24.12%
G=36.43%
B=39.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961451570.390.0800.38191.824.1149.61
Hex60919D278026c01832
Octal14022123547100463003062
Binary11000001001000110011101100111100001001101100000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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