#648CAA

Color #648CAA Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #648CAA

Tints of Air Force Blue #648CAA

Color information

#648CAA (or 0x648CAA) is unknown color: approx Air Force Blue. HEX triplet: 64, 8C and AA. RGB value is (100,140,170). Sum of RGB (Red+Green+Blue) = 100+140+170=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #648CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648CAA is #9B7355. Grayscale: #838383. Windows color (decimal): -10187606 or 11177060. OLE color: 11177060.

HSL color Cylindrical-coordinate representation of color #648CAA: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #648CAA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100140170-
CMYK0.410.1800.33
HSL205.71º29.17%52.94%-
HSV(B)205.71º41.18%66.67%-
XYZ21.8924.3741.58-
YUV131.46149.75105.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=24.39%
G=34.15%
B=41.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001401700.410.1800.33205.7129.1752.94
Hex648CAA2912021ce1d35
Octal14421425251220413163565
Binary110010010001100101010101010011001001000011100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,140,170); }

 H1.HeaderClassName
 {
   color: #648CAA;
 }
 .AnyTagClassName
 {
   color: #648CAA;
 }
</style>
background-color css

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

 a { background-color: rgb(100,140,170); }

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

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

 span { border-color: rgb(100,140,170); }

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