#6394AA

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

Shades of Air Force Blue #6394AA

Tints of Air Force Blue #6394AA

Color information

#6394AA (or 0x6394AA) is unknown color: approx Air Force Blue. HEX triplet: 63, 94 and AA. RGB value is (99,148,170). Sum of RGB (Red+Green+Blue) = 99+148+170=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #6394AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6394AA is #9C6B55. Grayscale: #878787. Windows color (decimal): -10251094 or 11179107. OLE color: 11179107.

HSL color Cylindrical-coordinate representation of color #6394AA: hue angle of 198.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6394AA is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99148170-
CMYK0.420.1300.33
HSL198.59º29.46%52.75%-
HSV(B)198.59º41.76%66.67%-
XYZ22.9926.7341.98-
YUV135.86147.27101.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=23.74%
G=35.49%
B=40.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991481700.420.1300.33198.5929.4652.75
Hex6394AA2AD021c71d35
Octal14322425252150413073565
Binary11000111001010010101010101010110101000011100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6394AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6394AA; }

 p { color: rgb(99,148,170); }

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

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

 a { background-color: rgb(99,148,170); }

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

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

 span { border-color: rgb(99,148,170); }

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