#6492AD

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

Shades of Air Force Blue #6492AD

Tints of Air Force Blue #6492AD

Color information

#6492AD (or 0x6492AD) is unknown color: approx Air Force Blue. HEX triplet: 64, 92 and AD. RGB value is (100,146,173). Sum of RGB (Red+Green+Blue) = 100+146+173=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #6492AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6492AD is #9B6D52. Grayscale: #878787. Windows color (decimal): -10186067 or 11375204. OLE color: 11375204.

HSL color Cylindrical-coordinate representation of color #6492AD: hue angle of 202.19º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6492AD is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100146173-
CMYK0.420.1600.32
HSL202.19º30.8%53.53%-
HSV(B)202.19º42.2%67.84%-
XYZ23.0826.2843.39-
YUV135.32149.26102.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=23.87%
G=34.84%
B=41.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001461730.420.1600.32202.1930.853.53
Hex6492AD2A10020ca1f36
Octal14422225552200403123766
Binary110010010010010101011011010101000001000001100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6492AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6492AD; }

 p { color: rgb(100,146,173); }

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

<style>
 a { background-color: #6492AD; }

 a { background-color: rgb(100,146,173); }

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

<style>
 span { border-color: #6492AD; }

 span { border-color: rgb(100,146,173); }

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