#678FAD

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

Shades of Air Force Blue #678FAD

Tints of Air Force Blue #678FAD

Color information

#678FAD (or 0x678FAD) is unknown color: approx Air Force Blue. HEX triplet: 67, 8F and AD. RGB value is (103,143,173). Sum of RGB (Red+Green+Blue) = 103+143+173=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #678FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678FAD is #987052. Grayscale: #868686. Windows color (decimal): -9990227 or 11374439. OLE color: 11374439.

HSL color Cylindrical-coordinate representation of color #678FAD: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #678FAD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103143173-
CMYK0.400.1700.32
HSL205.71º29.91%54.12%-
HSV(B)205.71º40.46%67.84%-
XYZ22.9625.5543.26-
YUV134.46149.75105.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.58%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=24.58%
G=34.13%
B=41.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031431730.400.1700.32205.7129.9154.12
Hex678FAD2811020ce1e36
Octal14721725550210403163666
Binary110011110001111101011011010001000101000001100111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678FAD; }

 p { color: rgb(103,143,173); }

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

<style>
 a { background-color: #678FAD; }

 a { background-color: rgb(103,143,173); }

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

<style>
 span { border-color: #678FAD; }

 span { border-color: rgb(103,143,173); }

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