Html Css Color HEX #647FA2 Air Force Blue

📋 copy color: '#647FA2'

red 100 ◦ green 127 ◦ blue 162

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

Shades of Air Force Blue #647FA2

Tints of Air Force Blue #647FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 25.71%
G = 32.65%
B = 41.65%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#647FA2 (or 0x647FA2) is known color: Air Force Blue. HEX triplet: 64, 7F and A2. RGB value is (100,127,162). Sum of RGB (Red+Green+Blue) = 100+127+162=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #647FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FA2 is #9B805D. Grayscale: #7A7A7A. Windows color (decimal): -10190942 or 10649444. OLE color: 10649444.

HSL color Cylindrical-coordinate representation of color #647FA2: hue angle of 213.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #647FA2 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 127 162 -
CMYK 0.38 0.22 0 0.36
HSL 213.87º 0.25% 0.51% -
HSV(B) 213.87º 0.38% 0.64% -
XYZ 19.37 20.5 37.12 -
YUV 122.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 100 127 162 0.38 0.22 0 0.36 213.87 0.25 0.51
Hex 64 7F A2 26 16 0 24 D6 19 33
Octal 144 177 242 46 26 0 44 326 31 63
Binary 1100100 1111111 10100010 100110 10110 0 100100 11010110 11001 110011

Color Harmonies of #647FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FA2

Black with #647FA2

Text Example


Text Example

White with #647FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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