#667FA4

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

Shades of Air Force Blue #667FA4

Tints of Air Force Blue #667FA4

Color information

#667FA4 (or 0x667FA4) is unknown color: approx Air Force Blue. HEX triplet: 66, 7F and A4. RGB value is (102,127,164). Sum of RGB (Red+Green+Blue) = 102+127+164=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #667FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FA4 is #99805B. Grayscale: #7B7B7B. Windows color (decimal): -10059868 or 10780518. OLE color: 10780518.

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

Color convert

RGB102127164-
CMYK0.380.2300.36
HSL215.81º25.41%52.16%-
HSV(B)215.81º37.8%64.31%-
XYZ19.7720.6838.07-
YUV123.74150.72112.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=25.95%
G=32.32%
B=41.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021271640.380.2300.36215.8125.4152.16
Hex667FA42617024d81934
Octal14617724446270443303164
Binary11001101111111101001001001101011101001001101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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