#648CB3

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

Shades of Air Force Blue #648CB3

Tints of Air Force Blue #648CB3

Color information

#648CB3 (or 0x648CB3) is unknown color: approx Air Force Blue. HEX triplet: 64, 8C and B3. RGB value is (100,140,179). Sum of RGB (Red+Green+Blue) = 100+140+179=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #648CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CB3 is #9B734C. Grayscale: #848484. Windows color (decimal): -10187597 or 11766884. OLE color: 11766884.

HSL color Cylindrical-coordinate representation of color #648CB3: hue angle of 209.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #648CB3 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB100140179-
CMYK0.440.2200.30
HSL209.62º34.2%54.71%-
HSV(B)209.62º44.13%70.2%-
XYZ22.7724.7246.22-
YUV132.49154.25104.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=23.87%
G=33.41%
B=42.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001401790.440.2200.30209.6234.254.71
Hex648CB32C1601Ed22237
Octal14421426354260363224267
Binary110010010001100101100111011001011001111011010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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