#648EB3

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

Shades of Air Force Blue #648EB3

Tints of Air Force Blue #648EB3

Color information

#648EB3 (or 0x648EB3) is unknown color: approx Air Force Blue. HEX triplet: 64, 8E and B3. RGB value is (100,142,179). Sum of RGB (Red+Green+Blue) = 100+142+179=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #648EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EB3 is #9B714C. Grayscale: #858585. Windows color (decimal): -10187085 or 11767396. OLE color: 11767396.

HSL color Cylindrical-coordinate representation of color #648EB3: hue angle of 208.1º 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 #648EB3 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB100142179-
CMYK0.440.2100.30
HSL208.1º34.2%54.71%-
HSV(B)208.1º44.13%70.2%-
XYZ23.0725.3146.32-
YUV133.66153.59103.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=23.75%
G=33.73%
B=42.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001421790.440.2100.30208.134.254.71
Hex648EB32C1501Ed02237
Octal14421626354250363204267
Binary110010010001110101100111011001010101111011010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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