#698AB0

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

Shades of Air Force Blue #698AB0

Tints of Air Force Blue #698AB0

Color information

#698AB0 (or 0x698AB0) is unknown color: approx Air Force Blue. HEX triplet: 69, 8A and B0. RGB value is (105,138,176). Sum of RGB (Red+Green+Blue) = 105+138+176=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #698AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AB0 is #96754F. Grayscale: #848484. Windows color (decimal): -9860432 or 11569769. OLE color: 11569769.

HSL color Cylindrical-coordinate representation of color #698AB0: hue angle of 212.11º degrees, saturation: 0.31, 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 #698AB0 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105138176-
CMYK0.400.2200.31
HSL212.11º31%55.1%-
HSV(B)212.11º40.34%69.02%-
XYZ22.7524.3144.57-
YUV132.46152.57108.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=25.06%
G=32.94%
B=42.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051381760.400.2200.31212.113155.1
Hex698AB0281601Fd41f37
Octal15121226050260373243767
Binary11010011000101010110000101000101100111111101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,138,176); }

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

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

 a { background-color: rgb(105,138,176); }

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

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

 span { border-color: rgb(105,138,176); }

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