Html Css Color HEX #6581AC Air Force Blue

📋 copy color: '#6581AC'

red 101 ◦ green 129 ◦ blue 172

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

Shades of Air Force Blue #6581AC

Tints of Air Force Blue #6581AC

RGB

 RED value IS 101 (39.84% from 255) = 25.12%

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

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 25.12%
G = 32.09%
B = 42.79%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6581AC (or 0x6581AC) is known color: Air Force Blue. HEX triplet: 65, 81 and AC. RGB value is (101,129,172). Sum of RGB (Red+Green+Blue) = 101+129+172=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #6581AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6581AC is #9A7E53. Grayscale: #7D7D7D. Windows color (decimal): -10124884 or 11305317. OLE color: 11305317.

HSL color Cylindrical-coordinate representation of color #6581AC: hue angle of 216.34º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6581AC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 129 172 -
CMYK 0.41 0.25 0 0.33
HSL 216.34º 0.3% 0.54% -
HSV(B) 216.34º 0.41% 0.67% -
XYZ 20.66 21.45 42.08 -
YUV 125.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 101 129 172 0.41 0.25 0 0.33 216.34 0.3 0.54
Hex 65 81 AC 29 19 0 21 D8 1E 36
Octal 145 201 254 51 31 0 41 330 36 66
Binary 1100101 10000001 10101100 101001 11001 0 100001 11011000 11110 110110

Color Harmonies of #6581AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6581AC

Black with #6581AC

Text Example


Text Example

White with #6581AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6581AC; }

 p { color: rgb(101,129,172); }

 H1.HeaderClassName
 {
   color: #6581AC;
 }
 .AnyTagClassName
 {
   color: #6581AC;
 }
</style>

background-color css

<style>
 a { background-color: #6581AC; }

 a { background-color: rgb(101,129,172); }

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

border-color css

<style>
 span { border-color: #6581AC; }

 span { border-color: rgb(101,129,172); }

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