#608391

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

Shades of Horizon #608391

Tints of Horizon #608391

Color information

#608391 (or 0x608391) is unknown color: approx Horizon. HEX triplet: 60, 83 and 91. RGB value is (96,131,145). Sum of RGB (Red+Green+Blue) = 96+131+145=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #608391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608391 is #9F7C6E. Grayscale: #7A7A7A. Windows color (decimal): -10452079 or 9536352. OLE color: 9536352.

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

Color convert

RGB96131145-
CMYK0.340.1000.43
HSL197.14º20.33%47.25%-
HSV(B)197.14º33.79%56.86%-
XYZ18.0520.7629.84-
YUV122.13140.9109.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=25.81%
G=35.22%
B=38.98%

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
Decimal961311450.340.1000.43197.1420.3347.25
Hex60839122A02Bc5142f
Octal14020322142120533052457
Binary11000001000001110010001100010101001010111100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608391; }

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

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

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

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

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

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

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

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