#698CAD

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

Shades of Air Force Blue #698CAD

Tints of Air Force Blue #698CAD

Color information

#698CAD (or 0x698CAD) is unknown color: approx Air Force Blue. HEX triplet: 69, 8C and AD. RGB value is (105,140,173). Sum of RGB (Red+Green+Blue) = 105+140+173=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #698CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698CAD is #967352. Grayscale: #858585. Windows color (decimal): -9859923 or 11373673. OLE color: 11373673.

HSL color Cylindrical-coordinate representation of color #698CAD: hue angle of 209.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #698CAD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105140173-
CMYK0.390.1900.32
HSL209.12º29.31%54.51%-
HSV(B)209.12º39.31%67.84%-
XYZ22.7524.7843.12-
YUV133.3150.4107.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=25.12%
G=33.49%
B=41.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051401730.390.1900.32209.1229.3154.51
Hex698CAD2713020d11d37
Octal15121425547230403213567
Binary110100110001100101011011001111001101000001101000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,140,173); }

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

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

 a { background-color: rgb(105,140,173); }

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

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

 span { border-color: rgb(105,140,173); }

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