#608A99

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

Shades of Horizon #608A99

Tints of Horizon #608A99

Color information

#608A99 (or 0x608A99) is unknown color: approx Horizon. HEX triplet: 60, 8A and 99. RGB value is (96,138,153). Sum of RGB (Red+Green+Blue) = 96+138+153=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #608A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A99 is #9F7566. Grayscale: #7F7F7F. Windows color (decimal): -10450279 or 10062432. OLE color: 10062432.

HSL color Cylindrical-coordinate representation of color #608A99: hue angle of 195.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #608A99 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96138153-
CMYK0.370.1000.4
HSL195.79º22.89%48.82%-
HSV(B)195.79º37.25%60%-
XYZ19.6622.9633.53-
YUV127.15142.59105.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=24.81%
G=35.66%
B=39.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961381530.370.1000.4195.7922.8948.82
Hex608A9925A028c41731
Octal14021223145120503042761
Binary11000001000101010011001100101101001010001100010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,138,153); }

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

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

 a { background-color: rgb(96,138,153); }

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

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

 span { border-color: rgb(96,138,153); }

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