#60868F

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

Shades of Horizon #60868F

Tints of Horizon #60868F

Color information

#60868F (or 0x60868F) is unknown color: approx Horizon. HEX triplet: 60, 86 and 8F. RGB value is (96,134,143). Sum of RGB (Red+Green+Blue) = 96+134+143=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #60868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60868F is #9F7970. Grayscale: #7B7B7B. Windows color (decimal): -10451313 or 9406048. OLE color: 9406048.

HSL color Cylindrical-coordinate representation of color #60868F: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60868F is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96134143-
CMYK0.330.0600.44
HSL191.49º19.67%46.86%-
HSV(B)191.49º32.87%56.08%-
XYZ18.3121.5229.18-
YUV123.66138.91108.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=25.74%
G=35.92%
B=38.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961341430.330.0600.44191.4919.6746.86
Hex60868F21602Cbf142f
Octal1402062174160542772457
Binary1100000100001101000111110000111001011001011111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60868F; }

 p { color: rgb(96,134,143); }

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

<style>
 a { background-color: #60868F; }

 a { background-color: rgb(96,134,143); }

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

<style>
 span { border-color: #60868F; }

 span { border-color: rgb(96,134,143); }

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