#698FB3

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

Shades of Air Force Blue #698FB3

Tints of Air Force Blue #698FB3

Color information

#698FB3 (or 0x698FB3) is unknown color: approx Air Force Blue. HEX triplet: 69, 8F and B3. RGB value is (105,143,179). Sum of RGB (Red+Green+Blue) = 105+143+179=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #698FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FB3 is #96704C. Grayscale: #878787. Windows color (decimal): -9859149 or 11767657. OLE color: 11767657.

HSL color Cylindrical-coordinate representation of color #698FB3: hue angle of 209.19º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #698FB3 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB105143179-
CMYK0.410.2000.30
HSL209.19º32.74%55.69%-
HSV(B)209.19º41.34%70.2%-
XYZ23.7825.946.39-
YUV135.74152.41106.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=24.59%
G=33.49%
B=41.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051431790.410.2000.30209.1932.7455.69
Hex698FB3291401Ed12138
Octal15121726351240363214170
Binary110100110001111101100111010011010001111011010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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