#648CAB

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

Shades of Air Force Blue #648CAB

Tints of Air Force Blue #648CAB

Color information

#648CAB (or 0x648CAB) is unknown color: approx Air Force Blue. HEX triplet: 64, 8C and AB. RGB value is (100,140,171). Sum of RGB (Red+Green+Blue) = 100+140+171=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #648CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648CAB is #9B7354. Grayscale: #838383. Windows color (decimal): -10187605 or 11242596. OLE color: 11242596.

HSL color Cylindrical-coordinate representation of color #648CAB: hue angle of 206.2º 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 #648CAB is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100140171-
CMYK0.420.1800.33
HSL206.2º29.71%53.14%-
HSV(B)206.2º41.52%67.06%-
XYZ21.9824.4142.08-
YUV131.57150.25105.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=24.33%
G=34.06%
B=41.61%

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
Decimal1001401710.420.1800.33206.229.7153.14
Hex648CAB2A12021ce1e35
Octal14421425352220413163665
Binary110010010001100101010111010101001001000011100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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