Html Css Color HEX #6991AD Air Force Blue

📋 copy color: '#6991AD'

red 105 ◦ green 145 ◦ blue 173

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

Shades of Air Force Blue #6991AD

Tints of Air Force Blue #6991AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 24.82%
G = 34.28%
B = 40.9%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6991AD (or 0x6991AD) is known color: Air Force Blue. HEX triplet: 69, 91 and AD. RGB value is (105,145,173). Sum of RGB (Red+Green+Blue) = 105+145+173=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6991AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6991AD is #966E52. Grayscale: #888888. Windows color (decimal): -9858643 or 11374953. OLE color: 11374953.

HSL color Cylindrical-coordinate representation of color #6991AD: hue angle of 204.71º degrees, saturation: 0.29, 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 #6991AD is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 145 173 -
CMYK 0.39 0.16 0 0.32
HSL 204.71º 0.29% 0.55% -
HSV(B) 204.71º 0.39% 0.68% -
XYZ 23.49 26.27 43.37 -
YUV 136.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 105 145 173 0.39 0.16 0 0.32 204.71 0.29 0.55
Hex 69 91 AD 27 10 0 20 CD 1D 37
Octal 151 221 255 47 20 0 40 315 35 67
Binary 1101001 10010001 10101101 100111 10000 0 100000 11001101 11101 110111

Color Harmonies of #6991AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6991AD

Black with #6991AD

Text Example


Text Example

White with #6991AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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