Html Css Color HEX #6887AD Air Force Blue

📋 copy color: '#6887AD'

red 104 ◦ green 135 ◦ blue 173

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

Shades of Air Force Blue #6887AD

Tints of Air Force Blue #6887AD

RGB

 RED value IS 104 (41.02% from 255) = 25.24%

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

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

R = 25.24%
G = 32.77%
B = 41.99%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6887AD (or 0x6887AD) is known color: Air Force Blue. HEX triplet: 68, 87 and AD. RGB value is (104,135,173). Sum of RGB (Red+Green+Blue) = 104+135+173=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #6887AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6887AD is #977852. Grayscale: #818181. Windows color (decimal): -9926739 or 11372392. OLE color: 11372392.

HSL color Cylindrical-coordinate representation of color #6887AD: hue angle of 213.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6887AD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 135 173 -
CMYK 0.40 0.22 0 0.32
HSL 213.04º 0.3% 0.54% -
HSV(B) 213.04º 0.4% 0.68% -
XYZ 21.92 23.29 42.88 -
YUV 130.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 104 135 173 0.40 0.22 0 0.32 213.04 0.3 0.54
Hex 68 87 AD 28 16 0 20 D5 1E 36
Octal 150 207 255 50 26 0 40 325 36 66
Binary 1101000 10000111 10101101 101000 10110 0 100000 11010101 11110 110110

Color Harmonies of #6887AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6887AD

Black with #6887AD

Text Example


Text Example

White with #6887AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,135,173); }

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

background-color css

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

 a { background-color: rgb(104,135,173); }

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

border-color css

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

 span { border-color: rgb(104,135,173); }

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