Html Css Color HEX #6481AB Air Force Blue

📋 copy color: '#6481AB'

red 100 ◦ green 129 ◦ blue 171

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

Shades of Air Force Blue #6481AB

Tints of Air Force Blue #6481AB

RGB

 RED value IS 100 (39.45% from 255) = 25%

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 25%
G = 32.25%
B = 42.75%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6481AB (or 0x6481AB) is known color: Air Force Blue. HEX triplet: 64, 81 and AB. RGB value is (100,129,171). Sum of RGB (Red+Green+Blue) = 100+129+171=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #6481AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6481AB is #9B7E54. Grayscale: #7C7C7C. Windows color (decimal): -10190421 or 11239780. OLE color: 11239780.

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

Color convert

RGB 100 129 171 -
CMYK 0.42 0.25 0 0.33
HSL 215.49º 0.3% 0.53% -
HSV(B) 215.49º 0.42% 0.67% -
XYZ 20.46 21.35 41.57 -
YUV 125.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 100 129 171 0.42 0.25 0 0.33 215.49 0.3 0.53
Hex 64 81 AB 2A 19 0 21 D7 1E 35
Octal 144 201 253 52 31 0 41 327 36 65
Binary 1100100 10000001 10101011 101010 11001 0 100001 11010111 11110 110101

Color Harmonies of #6481AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481AB

Black with #6481AB

Text Example


Text Example

White with #6481AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6481AB; }

 p { color: rgb(100,129,171); }

 H1.HeaderClassName
 {
   color: #6481AB;
 }
 .AnyTagClassName
 {
   color: #6481AB;
 }
</style>

background-color css

<style>
 a { background-color: #6481AB; }

 a { background-color: rgb(100,129,171); }

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

border-color css

<style>
 span { border-color: #6481AB; }

 span { border-color: rgb(100,129,171); }

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