#6288B2

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

Shades of Air Force Blue #6288B2

Tints of Air Force Blue #6288B2

Color information

#6288B2 (or 0x6288B2) is unknown color: approx Air Force Blue. HEX triplet: 62, 88 and B2. RGB value is (98,136,178). Sum of RGB (Red+Green+Blue) = 98+136+178=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #6288B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6288B2 is #9D774D. Grayscale: #818181. Windows color (decimal): -10319694 or 11700322. OLE color: 11700322.

HSL color Cylindrical-coordinate representation of color #6288B2: hue angle of 211.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6288B2 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB98136178-
CMYK0.450.2400.30
HSL211.5º34.19%54.12%-
HSV(B)211.5º44.94%69.8%-
XYZ21.8823.4245.49-
YUV129.43155.41105.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.79%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 178 (69.92% from 255) = 43.20%
R=23.79%
G=33.01%
B=43.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal981361780.450.2400.30211.534.1954.12
Hex6288B22D1801Ed42236
Octal14221026255300363244266
Binary110001010001000101100101011011100001111011010100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6288B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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