#6083A3

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

Shades of Air Force Blue #6083A3

Tints of Air Force Blue #6083A3

Color information

#6083A3 (or 0x6083A3) is unknown color: approx Air Force Blue. HEX triplet: 60, 83 and A3. RGB value is (96,131,163). Sum of RGB (Red+Green+Blue) = 96+131+163=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 163 - color contains mainly: blue. Hex color #6083A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6083A3 is #9F7C5C. Grayscale: #7C7C7C. Windows color (decimal): -10452061 or 10716000. OLE color: 10716000.

HSL color Cylindrical-coordinate representation of color #6083A3: hue angle of 208.66º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6083A3 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB96131163-
CMYK0.410.2000.36
HSL208.66º26.69%50.78%-
HSV(B)208.66º41.1%63.92%-
XYZ19.5521.3637.74-
YUV124.18149.9107.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 163 (64.06% from 255) = 41.79%
R=24.62%
G=33.59%
B=41.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961311630.410.2000.36208.6626.6950.78
Hex6083A32914024d11b33
Octal14020324351240443213363
Binary110000010000011101000111010011010001001001101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6083A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6083A3; }

 p { color: rgb(96,131,163); }

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

<style>
 a { background-color: #6083A3; }

 a { background-color: rgb(96,131,163); }

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

<style>
 span { border-color: #6083A3; }

 span { border-color: rgb(96,131,163); }

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