#608E9F

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

Shades of Horizon #608E9F

Tints of Horizon #608E9F

Color information

#608E9F (or 0x608E9F) is unknown color: approx Horizon. HEX triplet: 60, 8E and 9F. RGB value is (96,142,159). Sum of RGB (Red+Green+Blue) = 96+142+159=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #608E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608E9F is #9F7160. Grayscale: #828282. Windows color (decimal): -10449249 or 10456672. OLE color: 10456672.

HSL color Cylindrical-coordinate representation of color #608E9F: hue angle of 196.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608E9F is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96142159-
CMYK0.400.1100.38
HSL196.19º24.71%50%-
HSV(B)196.19º39.62%62.35%-
XYZ20.7524.3436.4-
YUV130.18144.26103.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=24.18%
G=35.77%
B=40.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961421590.400.1100.38196.1924.7150
Hex608E9F28B026c41932
Octal14021623750130463043162
Binary11000001000111010011111101000101101001101100010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608E9F; }

 p { color: rgb(96,142,159); }

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

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

 a { background-color: rgb(96,142,159); }

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

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

 span { border-color: rgb(96,142,159); }

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