#6186AF

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

Shades of Air Force Blue #6186AF

Tints of Air Force Blue #6186AF

Color information

#6186AF (or 0x6186AF) is unknown color: approx Air Force Blue. HEX triplet: 61, 86 and AF. RGB value is (97,134,175). Sum of RGB (Red+Green+Blue) = 97+134+175=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6186AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6186AF is #9E7950. Grayscale: #7F7F7F. Windows color (decimal): -10385745 or 11503201. OLE color: 11503201.

HSL color Cylindrical-coordinate representation of color #6186AF: hue angle of 211.54º 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 #6186AF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97134175-
CMYK0.450.2300.31
HSL211.54º32.77%53.33%-
HSV(B)211.54º44.57%68.63%-
XYZ21.1922.6943.82-
YUV127.61154.74106.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=23.89%
G=33.00%
B=43.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971341750.450.2300.31211.5432.7753.33
Hex6186AF2D1701Fd42135
Octal14120625755270373244165
Binary110000110000110101011111011011011101111111010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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