#6185AF

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

Shades of Air Force Blue #6185AF

Tints of Air Force Blue #6185AF

Color information

#6185AF (or 0x6185AF) is unknown color: approx Air Force Blue. HEX triplet: 61, 85 and AF. RGB value is (97,133,175). Sum of RGB (Red+Green+Blue) = 97+133+175=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #6185AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6185AF is #9E7A50. Grayscale: #7E7E7E. Windows color (decimal): -10386001 or 11502945. OLE color: 11502945.

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

Color convert

RGB97133175-
CMYK0.450.2400.31
HSL212.31º32.77%53.33%-
HSV(B)212.31º44.57%68.63%-
XYZ21.0622.4143.77-
YUV127.02155.07106.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=23.95%
G=32.84%
B=43.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971331750.450.2400.31212.3132.7753.33
Hex6185AF2D1801Fd42135
Octal14120525755300373244165
Binary110000110000101101011111011011100001111111010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6185AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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