#6288AB

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

Shades of Air Force Blue #6288AB

Tints of Air Force Blue #6288AB

Color information

#6288AB (or 0x6288AB) is unknown color: approx Air Force Blue. HEX triplet: 62, 88 and AB. RGB value is (98,136,171). Sum of RGB (Red+Green+Blue) = 98+136+171=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6288AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6288AB is #9D7754. Grayscale: #808080. Windows color (decimal): -10319701 or 11241570. OLE color: 11241570.

HSL color Cylindrical-coordinate representation of color #6288AB: hue angle of 208.77º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6288AB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98136171-
CMYK0.430.2000.33
HSL208.77º30.29%52.75%-
HSV(B)208.77º42.69%67.06%-
XYZ21.1923.1541.88-
YUV128.63151.91106.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.20%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=24.20%
G=33.58%
B=42.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981361710.430.2000.33208.7730.2952.75
Hex6288AB2B14021d11e35
Octal14221025353240413213665
Binary110001010001000101010111010111010001000011101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6288AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6288AB; }

 p { color: rgb(98,136,171); }

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

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

 a { background-color: rgb(98,136,171); }

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

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

 span { border-color: rgb(98,136,171); }

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