#608099

Color #608099 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #608099

Tints of Air Force Blue #608099

Color information

#608099 (or 0x608099) is unknown color: approx Air Force Blue. HEX triplet: 60, 80 and 99. RGB value is (96,128,153). Sum of RGB (Red+Green+Blue) = 96+128+153=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #608099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608099 is #9F7F66. Grayscale: #797979. Windows color (decimal): -10452839 or 10059872. OLE color: 10059872.

HSL color Cylindrical-coordinate representation of color #608099: hue angle of 206.32º 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 #608099 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96128153-
CMYK0.370.1600.4
HSL206.32º22.89%48.82%-
HSV(B)206.32º37.25%60%-
XYZ18.2920.2333.08-
YUV121.28145.9109.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=25.46%
G=33.95%
B=40.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961281530.370.1600.4206.3222.8948.82
Hex6080992510028ce1731
Octal14020023145200503162761
Binary110000010000000100110011001011000001010001100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608099; }

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

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

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

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

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

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

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

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