#6190AF

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

Shades of Air Force Blue #6190AF

Tints of Air Force Blue #6190AF

Color information

#6190AF (or 0x6190AF) is unknown color: approx Air Force Blue. HEX triplet: 61, 90 and AF. RGB value is (97,144,175). Sum of RGB (Red+Green+Blue) = 97+144+175=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #6190AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6190AF is #9E6F50. Grayscale: #858585. Windows color (decimal): -10383185 or 11505761. OLE color: 11505761.

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

Color convert

RGB97144175-
CMYK0.450.1800.31
HSL203.85º32.77%53.33%-
HSV(B)203.85º44.57%68.63%-
XYZ22.6425.5844.3-
YUV133.48151.43101.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=23.32%
G=34.62%
B=42.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971441750.450.1800.31203.8532.7753.33
Hex6190AF2D1201Fcc2135
Octal14122025755220373144165
Binary110000110010000101011111011011001001111111001100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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