Html Css Color HEX #6991AB Air Force Blue

📋 copy color: '#6991AB'

red 105 ◦ green 145 ◦ blue 171

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

Shades of Air Force Blue #6991AB

Tints of Air Force Blue #6991AB

RGB

 RED value IS 105 (41.41% from 255) = 24.94%

 GREEN value IS 145 (57.03% from 255) = 34.44%

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 24.94%
G = 34.44%
B = 40.62%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6991AB (or 0x6991AB) is known color: Air Force Blue. HEX triplet: 69, 91 and AB. RGB value is (105,145,171). Sum of RGB (Red+Green+Blue) = 105+145+171=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #6991AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6991AB is #966E54. Grayscale: #878787. Windows color (decimal): -9858645 or 11243881. OLE color: 11243881.

HSL color Cylindrical-coordinate representation of color #6991AB: hue angle of 203.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6991AB is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 145 171 -
CMYK 0.39 0.15 0 0.33
HSL 203.64º 0.28% 0.54% -
HSV(B) 203.64º 0.39% 0.67% -
XYZ 23.3 26.19 42.36 -
YUV 136 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 105 145 171 0.39 0.15 0 0.33 203.64 0.28 0.54
Hex 69 91 AB 27 F 0 21 CC 1C 36
Octal 151 221 253 47 17 0 41 314 34 66
Binary 1101001 10010001 10101011 100111 1111 0 100001 11001100 11100 110110

Color Harmonies of #6991AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6991AB

Black with #6991AB

Text Example


Text Example

White with #6991AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6991AB; }

 p { color: rgb(105,145,171); }

 H1.HeaderClassName
 {
   color: #6991AB;
 }
 .AnyTagClassName
 {
   color: #6991AB;
 }
</style>

background-color css

<style>
 a { background-color: #6991AB; }

 a { background-color: rgb(105,145,171); }

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

border-color css

<style>
 span { border-color: #6991AB; }

 span { border-color: rgb(105,145,171); }

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