#608090

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

Shades of Horizon #608090

Tints of Horizon #608090

Color information

#608090 (or 0x608090) is unknown color: approx Horizon. HEX triplet: 60, 80 and 90. RGB value is (96,128,144). Sum of RGB (Red+Green+Blue) = 96+128+144=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #608090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608090 is #9F7F6F. Grayscale: #787878. Windows color (decimal): -10452848 or 9470048. OLE color: 9470048.

HSL color Cylindrical-coordinate representation of color #608090: hue angle of 200º 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 #608090 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96128144-
CMYK0.330.1100.44
HSL200º20%47.06%-
HSV(B)200º33.33%56.47%-
XYZ17.5819.9429.31-
YUV120.26141.4110.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=26.09%
G=34.78%
B=39.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961281440.330.1100.442002047.06
Hex60809021B02Cc8142f
Octal14020022041130543102457
Binary11000001000000010010000100001101101011001100100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608090; }

 p { color: rgb(96,128,144); }

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

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

 a { background-color: rgb(96,128,144); }

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

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

 span { border-color: rgb(96,128,144); }

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