#678EAA

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

Shades of Air Force Blue #678EAA

Tints of Air Force Blue #678EAA

Color information

#678EAA (or 0x678EAA) is unknown color: approx Air Force Blue. HEX triplet: 67, 8E and AA. RGB value is (103,142,170). Sum of RGB (Red+Green+Blue) = 103+142+170=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #678EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678EAA is #987155. Grayscale: #858585. Windows color (decimal): -9990486 or 11177575. OLE color: 11177575.

HSL color Cylindrical-coordinate representation of color #678EAA: hue angle of 205.07º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #678EAA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103142170-
CMYK0.390.1600.33
HSL205.07º28.27%53.53%-
HSV(B)205.07º39.41%66.67%-
XYZ22.5225.1341.69-
YUV133.53148.58106.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.82%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=24.82%
G=34.22%
B=40.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031421700.390.1600.33205.0728.2753.53
Hex678EAA2710021cd1c36
Octal14721625247200413153466
Binary110011110001110101010101001111000001000011100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,142,170); }

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

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

 a { background-color: rgb(103,142,170); }

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

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

 span { border-color: rgb(103,142,170); }

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