#60899C

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

Shades of Horizon #60899C

Tints of Horizon #60899C

Color information

#60899C (or 0x60899C) is unknown color: approx Horizon. HEX triplet: 60, 89 and 9C. RGB value is (96,137,156). Sum of RGB (Red+Green+Blue) = 96+137+156=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #60899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60899C is #9F7663. Grayscale: #7E7E7E. Windows color (decimal): -10450532 or 10258784. OLE color: 10258784.

HSL color Cylindrical-coordinate representation of color #60899C: hue angle of 199º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60899C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96137156-
CMYK0.380.1200.39
HSL199º23.81%49.41%-
HSV(B)199º38.46%61.18%-
XYZ19.7722.7834.81-
YUV126.91144.42105.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=24.68%
G=35.22%
B=40.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961371560.380.1200.3919923.8149.41
Hex60899C26C027c71831
Octal14021123446140473073061
Binary11000001000100110011100100110110001001111100011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60899C; }

 p { color: rgb(96,137,156); }

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

<style>
 a { background-color: #60899C; }

 a { background-color: rgb(96,137,156); }

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

<style>
 span { border-color: #60899C; }

 span { border-color: rgb(96,137,156); }

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