#648DAB

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

Shades of Air Force Blue #648DAB

Tints of Air Force Blue #648DAB

Color information

#648DAB (or 0x648DAB) is unknown color: approx Air Force Blue. HEX triplet: 64, 8D and AB. RGB value is (100,141,171). Sum of RGB (Red+Green+Blue) = 100+141+171=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #648DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648DAB is #9B7254. Grayscale: #848484. Windows color (decimal): -10187349 or 11242852. OLE color: 11242852.

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

Color convert

RGB100141171-
CMYK0.420.1800.33
HSL205.35º29.71%53.14%-
HSV(B)205.35º41.52%67.06%-
XYZ22.1324.742.13-
YUV132.16149.92105.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=24.27%
G=34.22%
B=41.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001411710.420.1800.33205.3529.7153.14
Hex648DAB2A12021cd1e35
Octal14421525352220413153665
Binary110010010001101101010111010101001001000011100110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,141,171); }

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

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

 a { background-color: rgb(100,141,171); }

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

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

 span { border-color: rgb(100,141,171); }

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