#6088AF

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

Shades of Air Force Blue #6088AF

Tints of Air Force Blue #6088AF

Color information

#6088AF (or 0x6088AF) is unknown color: approx Air Force Blue. HEX triplet: 60, 88 and AF. RGB value is (96,136,175). Sum of RGB (Red+Green+Blue) = 96+136+175=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #6088AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6088AF is #9F7750. Grayscale: #808080. Windows color (decimal): -10450769 or 11503712. OLE color: 11503712.

HSL color Cylindrical-coordinate representation of color #6088AF: hue angle of 209.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6088AF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96136175-
CMYK0.450.2200.31
HSL209.62º33.05%53.14%-
HSV(B)209.62º45.14%68.63%-
XYZ21.3723.1943.91-
YUV128.49154.25104.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=23.59%
G=33.42%
B=43.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961361750.450.2200.31209.6233.0553.14
Hex6088AF2D1601Fd22135
Octal14021025755260373224165
Binary110000010001000101011111011011011001111111010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6088AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6088AF; }

 p { color: rgb(96,136,175); }

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

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

 a { background-color: rgb(96,136,175); }

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

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

 span { border-color: rgb(96,136,175); }

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