Html Css Color HEX #6A8BAC Air Force Blue

📋 copy color: '#6A8BAC'

red 106 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #6A8BAC

Tints of Air Force Blue #6A8BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 25.42%
G = 33.33%
B = 41.25%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A8BAC (or 0x6A8BAC) is known color: Air Force Blue. HEX triplet: 6A, 8B and AC. RGB value is (106,139,172). Sum of RGB (Red+Green+Blue) = 106+139+172=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A8BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8BAC is #957453. Grayscale: #848484. Windows color (decimal): -9794644 or 11307882. OLE color: 11307882.

HSL color Cylindrical-coordinate representation of color #6A8BAC: hue angle of 210º 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 #6A8BAC is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 139 172 -
CMYK 0.38 0.19 0 0.33
HSL 210º 0.28% 0.55% -
HSV(B) 210º 0.38% 0.67% -
XYZ 22.62 24.51 42.57 -
YUV 132.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 106 139 172 0.38 0.19 0 0.33 210 0.28 0.55
Hex 6A 8B AC 26 13 0 21 D2 1C 37
Octal 152 213 254 46 23 0 41 322 34 67
Binary 1101010 10001011 10101100 100110 10011 0 100001 11010010 11100 110111

Color Harmonies of #6A8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8BAC

Black with #6A8BAC

Text Example


Text Example

White with #6A8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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