Html Css Color HEX #6A8AAE Air Force Blue

📋 copy color: '#6A8AAE'

red 106 ◦ green 138 ◦ blue 174

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

Shades of Air Force Blue #6A8AAE

Tints of Air Force Blue #6A8AAE

RGB

 RED value IS 106 (41.8% from 255) = 25.36%

 GREEN value IS 138 (54.3% from 255) = 33.01%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 25.36%
G = 33.01%
B = 41.63%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A8AAE (or 0x6A8AAE) is known color: Air Force Blue. HEX triplet: 6A, 8A and AE. RGB value is (106,138,174). Sum of RGB (Red+Green+Blue) = 106+138+174=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8AAE is #957551. Grayscale: #848484. Windows color (decimal): -9794898 or 11438698. OLE color: 11438698.

HSL color Cylindrical-coordinate representation of color #6A8AAE: hue angle of 211.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A8AAE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 138 174 -
CMYK 0.39 0.21 0 0.32
HSL 211.76º 0.3% 0.55% -
HSV(B) 211.76º 0.39% 0.68% -
XYZ 22.67 24.3 43.54 -
YUV 132.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 106 138 174 0.39 0.21 0 0.32 211.76 0.3 0.55
Hex 6A 8A AE 27 15 0 20 D4 1E 37
Octal 152 212 256 47 25 0 40 324 36 67
Binary 1101010 10001010 10101110 100111 10101 0 100000 11010100 11110 110111

Color Harmonies of #6A8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8AAE

Black with #6A8AAE

Text Example


Text Example

White with #6A8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,138,174); }

 H1.HeaderClassName
 {
   color: #6A8AAE;
 }
 .AnyTagClassName
 {
   color: #6A8AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(106,138,174); }

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

border-color css

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

 span { border-color: rgb(106,138,174); }

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