#6087AC

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

Shades of Air Force Blue #6087AC

Tints of Air Force Blue #6087AC

Color information

#6087AC (or 0x6087AC) is unknown color: approx Air Force Blue. HEX triplet: 60, 87 and AC. RGB value is (96,135,172). Sum of RGB (Red+Green+Blue) = 96+135+172=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6087AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6087AC is #9F7853. Grayscale: #7F7F7F. Windows color (decimal): -10451028 or 11306848. OLE color: 11306848.

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

Color convert

RGB96135172-
CMYK0.440.2200.33
HSL209.21º31.4%52.55%-
HSV(B)209.21º44.19%67.45%-
XYZ20.9322.7942.33-
YUV127.56153.08105.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=23.82%
G=33.50%
B=42.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961351720.440.2200.33209.2131.452.55
Hex6087AC2C16021d11f35
Octal14020725454260413213765
Binary110000010000111101011001011001011001000011101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6087AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6087AC; }

 p { color: rgb(96,135,172); }

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

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

 a { background-color: rgb(96,135,172); }

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

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

 span { border-color: rgb(96,135,172); }

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