Html Css Color HEX #6A8DAD Air Force Blue

📋 copy color: '#6A8DAD'

red 106 ◦ green 141 ◦ blue 173

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

Shades of Air Force Blue #6A8DAD

Tints of Air Force Blue #6A8DAD

RGB

 RED value IS 106 (41.8% from 255) = 25.24%

 GREEN value IS 141 (55.47% from 255) = 33.57%

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

R = 25.24%
G = 33.57%
B = 41.19%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A8DAD (or 0x6A8DAD) is known color: Air Force Blue. HEX triplet: 6A, 8D and AD. RGB value is (106,141,173). Sum of RGB (Red+Green+Blue) = 106+141+173=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A8DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8DAD is #957252. Grayscale: #868686. Windows color (decimal): -9794131 or 11373930. OLE color: 11373930.

HSL color Cylindrical-coordinate representation of color #6A8DAD: hue angle of 208.66º 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 #6A8DAD is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 141 173 -
CMYK 0.39 0.18 0 0.32
HSL 208.66º 0.29% 0.55% -
HSV(B) 208.66º 0.39% 0.68% -
XYZ 23.01 25.13 43.17 -
YUV 134.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 106 141 173 0.39 0.18 0 0.32 208.66 0.29 0.55
Hex 6A 8D AD 27 12 0 20 D1 1D 37
Octal 152 215 255 47 22 0 40 321 35 67
Binary 1101010 10001101 10101101 100111 10010 0 100000 11010001 11101 110111

Color Harmonies of #6A8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8DAD

Black with #6A8DAD

Text Example


Text Example

White with #6A8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8DAD; }

 p { color: rgb(106,141,173); }

 H1.HeaderClassName
 {
   color: #6A8DAD;
 }
 .AnyTagClassName
 {
   color: #6A8DAD;
 }
</style>

background-color css

<style>
 a { background-color: #6A8DAD; }

 a { background-color: rgb(106,141,173); }

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

border-color css

<style>
 span { border-color: #6A8DAD; }

 span { border-color: rgb(106,141,173); }

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