Html Css Color HEX #64859F Air Force Blue

📋 copy color: '#64859F'

red 100 ◦ green 133 ◦ blue 159

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

Shades of Air Force Blue #64859F

Tints of Air Force Blue #64859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 25.51%
G = 33.93%
B = 40.56%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64859F (or 0x64859F) is known color: Air Force Blue. HEX triplet: 64, 85 and 9F. RGB value is (100,133,159). Sum of RGB (Red+Green+Blue) = 100+133+159=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #64859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64859F is #9B7A60. Grayscale: #7D7D7D. Windows color (decimal): -10189409 or 10454372. OLE color: 10454372.

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

Color convert

RGB 100 133 159 -
CMYK 0.37 0.16 0 0.38
HSL 206.44º 0.24% 0.51% -
HSV(B) 206.44º 0.37% 0.62% -
XYZ 19.9 21.99 36 -
YUV 126.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 100 133 159 0.37 0.16 0 0.38 206.44 0.24 0.51
Hex 64 85 9F 25 10 0 26 CE 18 33
Octal 144 205 237 45 20 0 46 316 30 63
Binary 1100100 10000101 10011111 100101 10000 0 100110 11001110 11000 110011

Color Harmonies of #64859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64859F

Black with #64859F

Text Example


Text Example

White with #64859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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