#608191

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

Shades of Horizon #608191

Tints of Horizon #608191

Color information

#608191 (or 0x608191) is unknown color: approx Horizon. HEX triplet: 60, 81 and 91. RGB value is (96,129,145). Sum of RGB (Red+Green+Blue) = 96+129+145=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #608191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608191 is #9F7E6E. Grayscale: #787878. Windows color (decimal): -10452591 or 9535840. OLE color: 9535840.

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

Color convert

RGB96129145-
CMYK0.340.1100.43
HSL199.59º20.33%47.25%-
HSV(B)199.59º33.79%56.86%-
XYZ17.7820.2329.76-
YUV120.96141.57110.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=25.95%
G=34.86%
B=39.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961291450.340.1100.43199.5920.3347.25
Hex60819122B02Bc8142f
Octal14020122142130533102457
Binary11000001000000110010001100010101101010111100100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608191; }

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

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

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

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

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

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

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

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