#698EAC

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

Shades of Air Force Blue #698EAC

Tints of Air Force Blue #698EAC

Color information

#698EAC (or 0x698EAC) is unknown color: approx Air Force Blue. HEX triplet: 69, 8E and AC. RGB value is (105,142,172). Sum of RGB (Red+Green+Blue) = 105+142+172=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #698EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698EAC is #967153. Grayscale: #868686. Windows color (decimal): -9859412 or 11308649. OLE color: 11308649.

HSL color Cylindrical-coordinate representation of color #698EAC: hue angle of 206.87º degrees, saturation: 0.29, 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 #698EAC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105142172-
CMYK0.390.1700.33
HSL206.87º28.76%54.31%-
HSV(B)206.87º38.95%67.45%-
XYZ22.9525.3342.71-
YUV134.36149.24107.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=25.06%
G=33.89%
B=41.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051421720.390.1700.33206.8728.7654.31
Hex698EAC2711021cf1d36
Octal15121625447210413173566
Binary110100110001110101011001001111000101000011100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698EAC; }

 p { color: rgb(105,142,172); }

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

<style>
 a { background-color: #698EAC; }

 a { background-color: rgb(105,142,172); }

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

<style>
 span { border-color: #698EAC; }

 span { border-color: rgb(105,142,172); }

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