#608493

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

Shades of Horizon #608493

Tints of Horizon #608493

Color information

#608493 (or 0x608493) is unknown color: approx Horizon. HEX triplet: 60, 84 and 93. RGB value is (96,132,147). Sum of RGB (Red+Green+Blue) = 96+132+147=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #608493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608493 is #9F7B6C. Grayscale: #7A7A7A. Windows color (decimal): -10451821 or 9667680. OLE color: 9667680.

HSL color Cylindrical-coordinate representation of color #608493: hue angle of 197.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608493 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96132147-
CMYK0.350.1000.42
HSL197.65º20.99%47.65%-
HSV(B)197.65º34.69%57.65%-
XYZ18.3421.130.71-
YUV122.95141.57108.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=25.6%
G=35.2%
B=39.2%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961321470.350.1000.42197.6520.9947.65
Hex60849323A02Ac61530
Octal14020422343120523062560
Binary11000001000010010010011100011101001010101100011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608493; }

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

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

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

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

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

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

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

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