Html Css Color HEX #64829F Air Force Blue

📋 copy color: '#64829F'

red 100 ◦ green 130 ◦ blue 159

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

Shades of Air Force Blue #64829F

Tints of Air Force Blue #64829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 25.71%
G = 33.42%
B = 40.87%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64829F (or 0x64829F) is known color: Air Force Blue. HEX triplet: 64, 82 and 9F. RGB value is (100,130,159). Sum of RGB (Red+Green+Blue) = 100+130+159=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #64829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64829F is #9B7D60. Grayscale: #7C7C7C. Windows color (decimal): -10190177 or 10453604. OLE color: 10453604.

HSL color Cylindrical-coordinate representation of color #64829F: hue angle of 209.49º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64829F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 130 159 -
CMYK 0.37 0.18 0 0.38
HSL 209.49º 0.24% 0.51% -
HSV(B) 209.49º 0.37% 0.62% -
XYZ 19.5 21.18 35.86 -
YUV 124.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 100 130 159 0.37 0.18 0 0.38 209.49 0.24 0.51
Hex 64 82 9F 25 12 0 26 D1 18 33
Octal 144 202 237 45 22 0 46 321 30 63
Binary 1100100 10000010 10011111 100101 10010 0 100110 11010001 11000 110011

Color Harmonies of #64829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64829F

Black with #64829F

Text Example


Text Example

White with #64829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64829F; }

 p { color: rgb(100,130,159); }

 H1.HeaderClassName
 {
   color: #64829F;
 }
 .AnyTagClassName
 {
   color: #64829F;
 }
</style>

background-color css

<style>
 a { background-color: #64829F; }

 a { background-color: rgb(100,130,159); }

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

border-color css

<style>
 span { border-color: #64829F; }

 span { border-color: rgb(100,130,159); }

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