#608492

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

Shades of Horizon #608492

Tints of Horizon #608492

Color information

#608492 (or 0x608492) is unknown color: approx Horizon. HEX triplet: 60, 84 and 92. RGB value is (96,132,146). Sum of RGB (Red+Green+Blue) = 96+132+146=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #608492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608492 is #9F7B6D. Grayscale: #7A7A7A. Windows color (decimal): -10451822 or 9602144. OLE color: 9602144.

HSL color Cylindrical-coordinate representation of color #608492: hue angle of 196.8º degrees, saturation: 0.21, 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 #608492 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96132146-
CMYK0.340.1000.43
HSL196.8º20.66%47.45%-
HSV(B)196.8º34.25%57.25%-
XYZ18.2621.0630.3-
YUV122.83141.07108.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=25.67%
G=35.29%
B=39.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961321460.340.1000.43196.820.6647.45
Hex60849222A02Bc5152f
Octal14020422242120533052557
Binary11000001000010010010010100010101001010111100010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608492; }

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

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

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

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

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

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

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

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