Html Css Color HEX #64839F Air Force Blue

📋 copy color: '#64839F'

red 100 ◦ green 131 ◦ blue 159

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

Shades of Air Force Blue #64839F

Tints of Air Force Blue #64839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 25.64%
G = 33.59%
B = 40.77%

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

#64839F (or 0x64839F) is known color: Air Force Blue. HEX triplet: 64, 83 and 9F. RGB value is (100,131,159). Sum of RGB (Red+Green+Blue) = 100+131+159=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #64839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64839F is #9B7C60. Grayscale: #7C7C7C. Windows color (decimal): -10189921 or 10453860. OLE color: 10453860.

HSL color Cylindrical-coordinate representation of color #64839F: hue angle of 208.47º 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 #64839F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 131 159 -
CMYK 0.37 0.18 0 0.38
HSL 208.47º 0.24% 0.51% -
HSV(B) 208.47º 0.37% 0.62% -
XYZ 19.63 21.45 35.91 -
YUV 124.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 100 131 159 0.37 0.18 0 0.38 208.47 0.24 0.51
Hex 64 83 9F 25 12 0 26 D0 18 33
Octal 144 203 237 45 22 0 46 320 30 63
Binary 1100100 10000011 10011111 100101 10010 0 100110 11010000 11000 110011

Color Harmonies of #64839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64839F

Black with #64839F

Text Example


Text Example

White with #64839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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