#698FAF

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

Shades of Air Force Blue #698FAF

Tints of Air Force Blue #698FAF

Color information

#698FAF (or 0x698FAF) is unknown color: approx Air Force Blue. HEX triplet: 69, 8F and AF. RGB value is (105,143,175). Sum of RGB (Red+Green+Blue) = 105+143+175=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #698FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698FAF is #967050. Grayscale: #878787. Windows color (decimal): -9859153 or 11505513. OLE color: 11505513.

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

Color convert

RGB105143175-
CMYK0.400.1800.31
HSL207.43º30.43%54.9%-
HSV(B)207.43º40%68.63%-
XYZ23.3925.7444.29-
YUV135.29150.41106.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=24.82%
G=33.81%
B=41.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051431750.400.1800.31207.4330.4354.9
Hex698FAF281201Fcf1e37
Octal15121725750220373173667
Binary11010011000111110101111101000100100111111100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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