#6488A0

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

Shades of Air Force Blue #6488A0

Tints of Air Force Blue #6488A0

Color information

#6488A0 (or 0x6488A0) is unknown color: approx Air Force Blue. HEX triplet: 64, 88 and A0. RGB value is (100,136,160). Sum of RGB (Red+Green+Blue) = 100+136+160=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #6488A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6488A0 is #9B775F. Grayscale: #7F7F7F. Windows color (decimal): -10188640 or 10520676. OLE color: 10520676.

HSL color Cylindrical-coordinate representation of color #6488A0: hue angle of 204º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6488A0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB100136160-
CMYK0.380.1500.37
HSL204º24%50.98%-
HSV(B)204º37.5%62.75%-
XYZ20.422.8636.59-
YUV127.97146.07108.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=25.25%
G=34.34%
B=40.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001361600.380.1500.372042450.98
Hex6488A026F025cc1833
Octal14421024046170453143063
Binary11001001000100010100000100110111101001011100110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6488A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6488A0; }

 p { color: rgb(100,136,160); }

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

<style>
 a { background-color: #6488A0; }

 a { background-color: rgb(100,136,160); }

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

<style>
 span { border-color: #6488A0; }

 span { border-color: rgb(100,136,160); }

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