#6293AA

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

Shades of Air Force Blue #6293AA

Tints of Air Force Blue #6293AA

Color information

#6293AA (or 0x6293AA) is unknown color: approx Air Force Blue. HEX triplet: 62, 93 and AA. RGB value is (98,147,170). Sum of RGB (Red+Green+Blue) = 98+147+170=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #6293AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6293AA is #9D6C55. Grayscale: #868686. Windows color (decimal): -10316886 or 11178850. OLE color: 11178850.

HSL color Cylindrical-coordinate representation of color #6293AA: hue angle of 199.17º degrees, saturation: 0.3, 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 #6293AA is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98147170-
CMYK0.420.1400.33
HSL199.17º29.75%52.55%-
HSV(B)199.17º42.35%66.67%-
XYZ22.7326.3741.92-
YUV134.97147.77101.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.61%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=23.61%
G=35.42%
B=40.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981471700.420.1400.33199.1729.7552.55
Hex6293AA2AE021c71e35
Octal14222325252160413073665
Binary11000101001001110101010101010111001000011100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6293AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,147,170); }

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

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

 a { background-color: rgb(98,147,170); }

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

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

 span { border-color: rgb(98,147,170); }

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