#608490

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

Shades of Horizon #608490

Tints of Horizon #608490

Color information

#608490 (or 0x608490) is unknown color: approx Horizon. HEX triplet: 60, 84 and 90. RGB value is (96,132,144). Sum of RGB (Red+Green+Blue) = 96+132+144=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #608490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608490 is #9F7B6F. Grayscale: #7A7A7A. Windows color (decimal): -10451824 or 9471072. OLE color: 9471072.

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

Color convert

RGB96132144-
CMYK0.330.0800.44
HSL195º20%47.06%-
HSV(B)195º33.33%56.47%-
XYZ18.112129.49-
YUV122.6140.07109.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=25.81%
G=35.48%
B=38.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961321440.330.0800.441952047.06
Hex60849021802Cc3142f
Octal14020422041100543032457
Binary11000001000010010010000100001100001011001100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608490; }

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

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

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

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

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

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

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

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