#678CAD

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

Shades of Air Force Blue #678CAD

Tints of Air Force Blue #678CAD

Color information

#678CAD (or 0x678CAD) is unknown color: approx Air Force Blue. HEX triplet: 67, 8C and AD. RGB value is (103,140,173). Sum of RGB (Red+Green+Blue) = 103+140+173=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #678CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678CAD is #987352. Grayscale: #848484. Windows color (decimal): -9990995 or 11373671. OLE color: 11373671.

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

Color convert

RGB103140173-
CMYK0.400.1900.32
HSL208.29º29.91%54.12%-
HSV(B)208.29º40.46%67.84%-
XYZ22.5124.6643.11-
YUV132.7150.74106.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.76%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=24.76%
G=33.65%
B=41.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031401730.400.1900.32208.2929.9154.12
Hex678CAD2813020d01e36
Octal14721425550230403203666
Binary110011110001100101011011010001001101000001101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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