#678CAC

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

Shades of Air Force Blue #678CAC

Tints of Air Force Blue #678CAC

Color information

#678CAC (or 0x678CAC) is unknown color: approx Air Force Blue. HEX triplet: 67, 8C and AC. RGB value is (103,140,172). Sum of RGB (Red+Green+Blue) = 103+140+172=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #678CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678CAC is #987353. Grayscale: #848484. Windows color (decimal): -9990996 or 11308135. OLE color: 11308135.

HSL color Cylindrical-coordinate representation of color #678CAC: hue angle of 207.83º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #678CAC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103140172-
CMYK0.400.1900.33
HSL207.83º29.36%53.92%-
HSV(B)207.83º40.12%67.45%-
XYZ22.4224.6242.6-
YUV132.58150.24106.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.82%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=24.82%
G=33.73%
B=41.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031401720.400.1900.33207.8329.3653.92
Hex678CAC2813021d01d36
Octal14721425450230413203566
Binary110011110001100101011001010001001101000011101000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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