Html Css Color HEX #6181AA Air Force Blue

📋 copy color: '#6181AA'

red 97 ◦ green 129 ◦ blue 170

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

Shades of Air Force Blue #6181AA

Tints of Air Force Blue #6181AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 24.49%
G = 32.58%
B = 42.93%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6181AA (or 0x6181AA) is known color: Air Force Blue. HEX triplet: 61, 81 and AA. RGB value is (97,129,170). Sum of RGB (Red+Green+Blue) = 97+129+170=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #6181AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6181AA is #9E7E55. Grayscale: #7B7B7B. Windows color (decimal): -10387030 or 11174241. OLE color: 11174241.

HSL color Cylindrical-coordinate representation of color #6181AA: hue angle of 213.7º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6181AA is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 129 170 -
CMYK 0.43 0.24 0 0.33
HSL 213.7º 0.3% 0.52% -
HSV(B) 213.7º 0.43% 0.67% -
XYZ 20.04 21.14 41.06 -
YUV 124.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 97 129 170 0.43 0.24 0 0.33 213.7 0.3 0.52
Hex 61 81 AA 2B 18 0 21 D6 1E 34
Octal 141 201 252 53 30 0 41 326 36 64
Binary 1100001 10000001 10101010 101011 11000 0 100001 11010110 11110 110100

Color Harmonies of #6181AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6181AA

Black with #6181AA

Text Example


Text Example

White with #6181AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6181AA; }

 p { color: rgb(97,129,170); }

 H1.HeaderClassName
 {
   color: #6181AA;
 }
 .AnyTagClassName
 {
   color: #6181AA;
 }
</style>

background-color css

<style>
 a { background-color: #6181AA; }

 a { background-color: rgb(97,129,170); }

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

border-color css

<style>
 span { border-color: #6181AA; }

 span { border-color: rgb(97,129,170); }

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