Html Css Color HEX #648FAF Air Force Blue

📋 copy color: '#648FAF'

red 100 ◦ green 143 ◦ blue 175

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

Shades of Air Force Blue #648FAF

Tints of Air Force Blue #648FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 23.92%
G = 34.21%
B = 41.87%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#648FAF (or 0x648FAF) is known color: Air Force Blue. HEX triplet: 64, 8F and AF. RGB value is (100,143,175). Sum of RGB (Red+Green+Blue) = 100+143+175=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #648FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FAF is #9B7050. Grayscale: #858585. Windows color (decimal): -10186833 or 11505508. OLE color: 11505508.

HSL color Cylindrical-coordinate representation of color #648FAF: hue angle of 205.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #648FAF is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 143 175 -
CMYK 0.43 0.18 0 0.31
HSL 205.6º 0.32% 0.54% -
HSV(B) 205.6º 0.43% 0.69% -
XYZ 22.82 25.45 44.27 -
YUV 133.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 100 143 175 0.43 0.18 0 0.31 205.6 0.32 0.54
Hex 64 8F AF 2B 12 0 1F CE 20 36
Octal 144 217 257 53 22 0 37 316 40 66
Binary 1100100 10001111 10101111 101011 10010 0 11111 11001110 100000 110110

Color Harmonies of #648FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FAF

Black with #648FAF

Text Example


Text Example

White with #648FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648FAF; }

 p { color: rgb(100,143,175); }

 H1.HeaderClassName
 {
   color: #648FAF;
 }
 .AnyTagClassName
 {
   color: #648FAF;
 }
</style>

background-color css

<style>
 a { background-color: #648FAF; }

 a { background-color: rgb(100,143,175); }

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

border-color css

<style>
 span { border-color: #648FAF; }

 span { border-color: rgb(100,143,175); }

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