#678BAD

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

Shades of Air Force Blue #678BAD

Tints of Air Force Blue #678BAD

Color information

#678BAD (or 0x678BAD) is unknown color: approx Air Force Blue. HEX triplet: 67, 8B and AD. RGB value is (103,139,173). Sum of RGB (Red+Green+Blue) = 103+139+173=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #678BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678BAD is #987452. Grayscale: #838383. Windows color (decimal): -9991251 or 11373415. OLE color: 11373415.

HSL color Cylindrical-coordinate representation of color #678BAD: hue angle of 209.14º 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 #678BAD is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103139173-
CMYK0.400.2000.32
HSL209.14º29.91%54.12%-
HSV(B)209.14º40.46%67.84%-
XYZ22.3724.3743.06-
YUV132.11151.07107.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.82%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=24.82%
G=33.49%
B=41.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031391730.400.2000.32209.1429.9154.12
Hex678BAD2814020d11e36
Octal14721325550240403213666
Binary110011110001011101011011010001010001000001101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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