#60889B

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

Shades of Horizon #60889B

Tints of Horizon #60889B

Color information

#60889B (or 0x60889B) is unknown color: approx Horizon. HEX triplet: 60, 88 and 9B. RGB value is (96,136,155). Sum of RGB (Red+Green+Blue) = 96+136+155=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #60889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60889B is #9F7764. Grayscale: #7E7E7E. Windows color (decimal): -10450789 or 10192992. OLE color: 10192992.

HSL color Cylindrical-coordinate representation of color #60889B: hue angle of 199.32º 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 #60889B is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96136155-
CMYK0.380.1200.39
HSL199.32º23.51%49.22%-
HSV(B)199.32º38.06%60.78%-
XYZ19.5422.4634.32-
YUV126.21144.25106.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=24.81%
G=35.14%
B=40.05%

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
Decimal961361550.380.1200.39199.3223.5149.22
Hex60889B26C027c71831
Octal14021023346140473073061
Binary11000001000100010011011100110110001001111100011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60889B; }

 p { color: rgb(96,136,155); }

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

<style>
 a { background-color: #60889B; }

 a { background-color: rgb(96,136,155); }

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

<style>
 span { border-color: #60889B; }

 span { border-color: rgb(96,136,155); }

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