#6183AF

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

Shades of Air Force Blue #6183AF

Tints of Air Force Blue #6183AF

Color information

#6183AF (or 0x6183AF) is unknown color: approx Air Force Blue. HEX triplet: 61, 83 and AF. RGB value is (97,131,175). Sum of RGB (Red+Green+Blue) = 97+131+175=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6183AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6183AF is #9E7C50. Grayscale: #7D7D7D. Windows color (decimal): -10386513 or 11502433. OLE color: 11502433.

HSL color Cylindrical-coordinate representation of color #6183AF: hue angle of 213.85º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6183AF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97131175-
CMYK0.450.2500.31
HSL213.85º32.77%53.33%-
HSV(B)213.85º44.57%68.63%-
XYZ20.7821.8743.68-
YUV125.85155.74107.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=24.07%
G=32.51%
B=43.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971311750.450.2500.31213.8532.7753.33
Hex6183AF2D1901Fd62135
Octal14120325755310373264165
Binary110000110000011101011111011011100101111111010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6183AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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