Html Css Color HEX #6987AB Air Force Blue

📋 copy color: '#6987AB'

red 105 ◦ green 135 ◦ blue 171

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

Shades of Air Force Blue #6987AB

Tints of Air Force Blue #6987AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.85%

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

R = 25.55%
G = 32.85%
B = 41.61%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6987AB (or 0x6987AB) is known color: Air Force Blue. HEX triplet: 69, 87 and AB. RGB value is (105,135,171). Sum of RGB (Red+Green+Blue) = 105+135+171=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #6987AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6987AB is #967854. Grayscale: #818181. Windows color (decimal): -9861205 or 11241321. OLE color: 11241321.

HSL color Cylindrical-coordinate representation of color #6987AB: hue angle of 212.73º 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 #6987AB is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 135 171 -
CMYK 0.39 0.21 0 0.33
HSL 212.73º 0.28% 0.54% -
HSV(B) 212.73º 0.39% 0.67% -
XYZ 21.84 23.27 41.87 -
YUV 130.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 105 135 171 0.39 0.21 0 0.33 212.73 0.28 0.54
Hex 69 87 AB 27 15 0 21 D5 1C 36
Octal 151 207 253 47 25 0 41 325 34 66
Binary 1101001 10000111 10101011 100111 10101 0 100001 11010101 11100 110110

Color Harmonies of #6987AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6987AB

Black with #6987AB

Text Example


Text Example

White with #6987AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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