#6A8EAC

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

Shades of Air Force Blue #6A8EAC

Tints of Air Force Blue #6A8EAC

Color information

#6A8EAC (or 0x6A8EAC) is unknown color: approx Air Force Blue. HEX triplet: 6A, 8E and AC. RGB value is (106,142,172). Sum of RGB (Red+Green+Blue) = 106+142+172=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8EAC is #957153. Grayscale: #868686. Windows color (decimal): -9793876 or 11308650. OLE color: 11308650.

HSL color Cylindrical-coordinate representation of color #6A8EAC: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A8EAC is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106142172-
CMYK0.380.1700.33
HSL207.27º28.45%54.51%-
HSV(B)207.27º38.37%67.45%-
XYZ23.0625.3942.71-
YUV134.66149.07107.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=25.24%
G=33.81%
B=40.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061421720.380.1700.33207.2728.4554.51
Hex6A8EAC2611021cf1c37
Octal15221625446210413173467
Binary110101010001110101011001001101000101000011100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8EAC; }

 p { color: rgb(106,142,172); }

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

<style>
 a { background-color: #6A8EAC; }

 a { background-color: rgb(106,142,172); }

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

<style>
 span { border-color: #6A8EAC; }

 span { border-color: rgb(106,142,172); }

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