Html Css Color HEX #6A8EAC Air Force Blue

📋 copy color: '#6A8EAC'

red 106 ◦ green 142 ◦ blue 172

#6A8EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #6A8EAC

Tints of Air Force Blue #6A8EAC

RGB

 RED value IS 106 (41.8% 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 value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A8EAC (or 0x6A8EAC) is known color: 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

RGB 106 142 172 -
CMYK 0.38 0.17 0 0.33
HSL 207.27º 0.28% 0.55% -
HSV(B) 207.27º 0.38% 0.67% -
XYZ 23.06 25.39 42.71 -
YUV 134.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 106 142 172 0.38 0.17 0 0.33 207.27 0.28 0.55
Hex 6A 8E AC 26 11 0 21 CF 1C 37
Octal 152 216 254 46 21 0 41 317 34 67
Binary 1101010 10001110 10101100 100110 10001 0 100001 11001111 11100 110111

Color Harmonies of #6A8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8EAC

Black with #6A8EAC

Text Example


Text Example

White with #6A8EAC

Text Example


Text Example

HTML Codes & Css Web 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>