#667FA5

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

Shades of Air Force Blue #667FA5

Tints of Air Force Blue #667FA5

Color information

#667FA5 (or 0x667FA5) is unknown color: approx Air Force Blue. HEX triplet: 66, 7F and A5. RGB value is (102,127,165). Sum of RGB (Red+Green+Blue) = 102+127+165=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #667FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FA5 is #99805A. Grayscale: #7B7B7B. Windows color (decimal): -10059867 or 10846054. OLE color: 10846054.

HSL color Cylindrical-coordinate representation of color #667FA5: hue angle of 216.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #667FA5 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB102127165-
CMYK0.380.2300.35
HSL216.19º25.93%52.35%-
HSV(B)216.19º38.18%64.71%-
XYZ19.8620.7238.55-
YUV123.86151.22112.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=25.89%
G=32.23%
B=41.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021271650.380.2300.35216.1925.9352.35
Hex667FA52617023d81a34
Octal14617724546270433303264
Binary11001101111111101001011001101011101000111101100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667FA5; }

 p { color: rgb(102,127,165); }

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

<style>
 a { background-color: #667FA5; }

 a { background-color: rgb(102,127,165); }

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

<style>
 span { border-color: #667FA5; }

 span { border-color: rgb(102,127,165); }

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