Html Css Color HEX #64809F Air Force Blue

📋 copy color: '#64809F'

red 100 ◦ green 128 ◦ blue 159

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

Shades of Air Force Blue #64809F

Tints of Air Force Blue #64809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 25.84%
G = 33.07%
B = 41.09%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64809F (or 0x64809F) is known color: Air Force Blue. HEX triplet: 64, 80 and 9F. RGB value is (100,128,159). Sum of RGB (Red+Green+Blue) = 100+128+159=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #64809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64809F is #9B7F60. Grayscale: #7B7B7B. Windows color (decimal): -10190689 or 10453092. OLE color: 10453092.

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

Color convert

RGB 100 128 159 -
CMYK 0.37 0.19 0 0.38
HSL 211.53º 0.24% 0.51% -
HSV(B) 211.53º 0.37% 0.62% -
XYZ 19.23 20.65 35.77 -
YUV 123.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 100 128 159 0.37 0.19 0 0.38 211.53 0.24 0.51
Hex 64 80 9F 25 13 0 26 D4 18 33
Octal 144 200 237 45 23 0 46 324 30 63
Binary 1100100 10000000 10011111 100101 10011 0 100110 11010100 11000 110011

Color Harmonies of #64809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64809F

Black with #64809F

Text Example


Text Example

White with #64809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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