#608491

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

Shades of Horizon #608491

Tints of Horizon #608491

Color information

#608491 (or 0x608491) is unknown color: approx Horizon. HEX triplet: 60, 84 and 91. RGB value is (96,132,145). Sum of RGB (Red+Green+Blue) = 96+132+145=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #608491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608491 is #9F7B6E. Grayscale: #7A7A7A. Windows color (decimal): -10451823 or 9536608. OLE color: 9536608.

HSL color Cylindrical-coordinate representation of color #608491: hue angle of 195.92º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608491 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96132145-
CMYK0.340.0900.43
HSL195.92º20.33%47.25%-
HSV(B)195.92º33.79%56.86%-
XYZ18.1921.0329.89-
YUV122.72140.57108.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 145 (57.03% from 255) = 38.87%
R=25.74%
G=35.39%
B=38.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961321450.340.0900.43195.9220.3347.25
Hex60849122902Bc4142f
Octal14020422142110533042457
Binary11000001000010010010001100010100101010111100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608491; }

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

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

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

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

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

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

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

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