#678FAF

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

Shades of Air Force Blue #678FAF

Tints of Air Force Blue #678FAF

Color information

#678FAF (or 0x678FAF) is unknown color: approx Air Force Blue. HEX triplet: 67, 8F and AF. RGB value is (103,143,175). Sum of RGB (Red+Green+Blue) = 103+143+175=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #678FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678FAF is #987050. Grayscale: #868686. Windows color (decimal): -9990225 or 11505511. OLE color: 11505511.

HSL color Cylindrical-coordinate representation of color #678FAF: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #678FAF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB103143175-
CMYK0.410.1800.31
HSL206.67º31.03%54.51%-
HSV(B)206.67º41.14%68.63%-
XYZ23.1525.6244.28-
YUV134.69150.75105.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.47%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=24.47%
G=33.97%
B=41.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031431750.410.1800.31206.6731.0354.51
Hex678FAF291201Fcf1f37
Octal14721725751220373173767
Binary11001111000111110101111101001100100111111100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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