Html Css Color HEX #6182AD Air Force Blue

📋 copy color: '#6182AD'

red 97 ◦ green 130 ◦ blue 173

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

Shades of Air Force Blue #6182AD

Tints of Air Force Blue #6182AD

RGB

 RED value IS 97 (38.28% from 255) = 24.25%

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 24.25%
G = 32.5%
B = 43.25%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6182AD (or 0x6182AD) is known color: Air Force Blue. HEX triplet: 61, 82 and AD. RGB value is (97,130,173). Sum of RGB (Red+Green+Blue) = 97+130+173=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #6182AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6182AD is #9E7D52. Grayscale: #7C7C7C. Windows color (decimal): -10386771 or 11371105. OLE color: 11371105.

HSL color Cylindrical-coordinate representation of color #6182AD: hue angle of 213.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6182AD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 130 173 -
CMYK 0.44 0.25 0 0.32
HSL 213.95º 0.32% 0.53% -
HSV(B) 213.95º 0.44% 0.68% -
XYZ 20.46 21.52 42.61 -
YUV 125.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 97 130 173 0.44 0.25 0 0.32 213.95 0.32 0.53
Hex 61 82 AD 2C 19 0 20 D6 20 35
Octal 141 202 255 54 31 0 40 326 40 65
Binary 1100001 10000010 10101101 101100 11001 0 100000 11010110 100000 110101

Color Harmonies of #6182AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6182AD

Black with #6182AD

Text Example


Text Example

White with #6182AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,130,173); }

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

background-color css

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

 a { background-color: rgb(97,130,173); }

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

border-color css

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

 span { border-color: rgb(97,130,173); }

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