#6183AA

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

Shades of Air Force Blue #6183AA

Tints of Air Force Blue #6183AA

Color information

#6183AA (or 0x6183AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 83 and AA. RGB value is (97,131,170). Sum of RGB (Red+Green+Blue) = 97+131+170=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #6183AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6183AA is #9E7C55. Grayscale: #7D7D7D. Windows color (decimal): -10386518 or 11174753. OLE color: 11174753.

HSL color Cylindrical-coordinate representation of color #6183AA: hue angle of 212.05º 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 #6183AA is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97131170-
CMYK0.430.2300.33
HSL212.05º30.04%52.35%-
HSV(B)212.05º42.94%66.67%-
XYZ20.321.6841.14-
YUV125.28153.24107.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=24.37%
G=32.91%
B=42.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971311700.430.2300.33212.0530.0452.35
Hex6183AA2B17021d41e34
Octal14120325253270413243664
Binary110000110000011101010101010111011101000011101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6183AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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