#678FB4

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

Shades of Air Force Blue #678FB4

Tints of Air Force Blue #678FB4

Color information

#678FB4 (or 0x678FB4) is unknown color: approx Air Force Blue. HEX triplet: 67, 8F and B4. RGB value is (103,143,180). Sum of RGB (Red+Green+Blue) = 103+143+180=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #678FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FB4 is #98704B. Grayscale: #878787. Windows color (decimal): -9990220 or 11833191. OLE color: 11833191.

HSL color Cylindrical-coordinate representation of color #678FB4: hue angle of 208.83º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #678FB4 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB103143180-
CMYK0.430.2100.29
HSL208.83º33.92%55.49%-
HSV(B)208.83º42.78%70.59%-
XYZ23.6525.8246.92-
YUV135.26153.25104.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.18%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=24.18%
G=33.57%
B=42.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1031431800.430.2100.29208.8333.9255.49
Hex678FB42B1501Dd12237
Octal14721726453250353214267
Binary110011110001111101101001010111010101110111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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