Html Css Color HEX #6889AD Air Force Blue

📋 copy color: '#6889AD'

red 104 ◦ green 137 ◦ blue 173

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

Shades of Air Force Blue #6889AD

Tints of Air Force Blue #6889AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.09%

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

R = 25.12%
G = 33.09%
B = 41.79%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6889AD (or 0x6889AD) is known color: Air Force Blue. HEX triplet: 68, 89 and AD. RGB value is (104,137,173). Sum of RGB (Red+Green+Blue) = 104+137+173=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #6889AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6889AD is #977652. Grayscale: #838383. Windows color (decimal): -9926227 or 11372904. OLE color: 11372904.

HSL color Cylindrical-coordinate representation of color #6889AD: hue angle of 211.3º 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 #6889AD is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 137 173 -
CMYK 0.40 0.21 0 0.32
HSL 211.3º 0.3% 0.54% -
HSV(B) 211.3º 0.4% 0.68% -
XYZ 22.2 23.85 42.97 -
YUV 131.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 104 137 173 0.40 0.21 0 0.32 211.3 0.3 0.54
Hex 68 89 AD 28 15 0 20 D3 1E 36
Octal 150 211 255 50 25 0 40 323 36 66
Binary 1101000 10001001 10101101 101000 10101 0 100000 11010011 11110 110110

Color Harmonies of #6889AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6889AD

Black with #6889AD

Text Example


Text Example

White with #6889AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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