Html Css Color HEX #64889F Air Force Blue

📋 copy color: '#64889F'

red 100 ◦ green 136 ◦ blue 159

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

Shades of Air Force Blue #64889F

Tints of Air Force Blue #64889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

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

R = 25.32%
G = 34.43%
B = 40.25%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64889F (or 0x64889F) is known color: Air Force Blue. HEX triplet: 64, 88 and 9F. RGB value is (100,136,159). Sum of RGB (Red+Green+Blue) = 100+136+159=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #64889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64889F is #9B7760. Grayscale: #7F7F7F. Windows color (decimal): -10188641 or 10455140. OLE color: 10455140.

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

Color convert

RGB 100 136 159 -
CMYK 0.37 0.14 0 0.38
HSL 203.39º 0.24% 0.51% -
HSV(B) 203.39º 0.37% 0.62% -
XYZ 20.32 22.82 36.13 -
YUV 127.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 100 136 159 0.37 0.14 0 0.38 203.39 0.24 0.51
Hex 64 88 9F 25 E 0 26 CB 18 33
Octal 144 210 237 45 16 0 46 313 30 63
Binary 1100100 10001000 10011111 100101 1110 0 100110 11001011 11000 110011

Color Harmonies of #64889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64889F

Black with #64889F

Text Example


Text Example

White with #64889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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