Html Css Color HEX #647FA0 Air Force Blue

📋 copy color: '#647FA0'

red 100 ◦ green 127 ◦ blue 160

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

Shades of Air Force Blue #647FA0

Tints of Air Force Blue #647FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 25.84%
G = 32.82%
B = 41.34%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#647FA0 (or 0x647FA0) is known color: Air Force Blue. HEX triplet: 64, 7F and A0. RGB value is (100,127,160). Sum of RGB (Red+Green+Blue) = 100+127+160=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #647FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FA0 is #9B805F. Grayscale: #7A7A7A. Windows color (decimal): -10190944 or 10518372. OLE color: 10518372.

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

Color convert

RGB 100 127 160 -
CMYK 0.38 0.21 0 0.37
HSL 213º 0.24% 0.51% -
HSV(B) 213º 0.38% 0.63% -
XYZ 19.19 20.43 36.19 -
YUV 122.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 100 127 160 0.38 0.21 0 0.37 213 0.24 0.51
Hex 64 7F A0 26 15 0 25 D5 18 33
Octal 144 177 240 46 25 0 45 325 30 63
Binary 1100100 1111111 10100000 100110 10101 0 100101 11010101 11000 110011

Color Harmonies of #647FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FA0

Black with #647FA0

Text Example


Text Example

White with #647FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647FA0; }

 p { color: rgb(100,127,160); }

 H1.HeaderClassName
 {
   color: #647FA0;
 }
 .AnyTagClassName
 {
   color: #647FA0;
 }
</style>

background-color css

<style>
 a { background-color: #647FA0; }

 a { background-color: rgb(100,127,160); }

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

border-color css

<style>
 span { border-color: #647FA0; }

 span { border-color: rgb(100,127,160); }

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