Html Css Color HEX #6992AD Air Force Blue

📋 copy color: '#6992AD'

red 105 ◦ green 146 ◦ blue 173

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

Shades of Air Force Blue #6992AD

Tints of Air Force Blue #6992AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.43%

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

R = 24.76%
G = 34.43%
B = 40.8%

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

#6992AD (or 0x6992AD) is known color: Air Force Blue. HEX triplet: 69, 92 and AD. RGB value is (105,146,173). Sum of RGB (Red+Green+Blue) = 105+146+173=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #6992AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6992AD is #966D52. Grayscale: #888888. Windows color (decimal): -9858387 or 11375209. OLE color: 11375209.

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

Color convert

RGB 105 146 173 -
CMYK 0.39 0.16 0 0.32
HSL 203.82º 0.29% 0.55% -
HSV(B) 203.82º 0.39% 0.68% -
XYZ 23.65 26.58 43.42 -
YUV 136.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 105 146 173 0.39 0.16 0 0.32 203.82 0.29 0.55
Hex 69 92 AD 27 10 0 20 CC 1D 37
Octal 151 222 255 47 20 0 40 314 35 67
Binary 1101001 10010010 10101101 100111 10000 0 100000 11001100 11101 110111

Color Harmonies of #6992AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992AD

Black with #6992AD

Text Example


Text Example

White with #6992AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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