#6185AA

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

Shades of Air Force Blue #6185AA

Tints of Air Force Blue #6185AA

Color information

#6185AA (or 0x6185AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 85 and AA. RGB value is (97,133,170). Sum of RGB (Red+Green+Blue) = 97+133+170=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #6185AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6185AA is #9E7A55. Grayscale: #7E7E7E. Windows color (decimal): -10386006 or 11175265. OLE color: 11175265.

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

Color convert

RGB97133170-
CMYK0.430.2200.33
HSL210.41º30.04%52.35%-
HSV(B)210.41º42.94%66.67%-
XYZ20.5722.2241.23-
YUV126.45152.57106.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=24.25%
G=33.25%
B=42.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971331700.430.2200.33210.4130.0452.35
Hex6185AA2B16021d21e34
Octal14120525253260413223664
Binary110000110000101101010101010111011001000011101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6185AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,133,170); }

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

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

 a { background-color: rgb(97,133,170); }

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

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

 span { border-color: rgb(97,133,170); }

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