#648CAD

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

Shades of Air Force Blue #648CAD

Tints of Air Force Blue #648CAD

Color information

#648CAD (or 0x648CAD) is unknown color: approx Air Force Blue. HEX triplet: 64, 8C and AD. RGB value is (100,140,173). Sum of RGB (Red+Green+Blue) = 100+140+173=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #648CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648CAD is #9B7352. Grayscale: #838383. Windows color (decimal): -10187603 or 11373668. OLE color: 11373668.

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

Color convert

RGB100140173-
CMYK0.420.1900.32
HSL207.12º30.8%53.53%-
HSV(B)207.12º42.2%67.84%-
XYZ22.1824.4843.09-
YUV131.8151.25105.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=24.21%
G=33.90%
B=41.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001401730.420.1900.32207.1230.853.53
Hex648CAD2A13020cf1f36
Octal14421425552230403173766
Binary110010010001100101011011010101001101000001100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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