Html Css Color HEX #698AAA Air Force Blue

📋 copy color: '#698AAA'

red 105 ◦ green 138 ◦ blue 170

#698AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #698AAA

Tints of Air Force Blue #698AAA

RGB

 RED value IS 105 (41.41% from 255) = 25.42%

 GREEN value IS 138 (54.3% from 255) = 33.41%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 25.42%
G = 33.41%
B = 41.16%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#698AAA (or 0x698AAA) is known color: Air Force Blue. HEX triplet: 69, 8A and AA. RGB value is (105,138,170). Sum of RGB (Red+Green+Blue) = 105+138+170=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #698AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAA is #967555. Grayscale: #838383. Windows color (decimal): -9860438 or 11176553. OLE color: 11176553.

HSL color Cylindrical-coordinate representation of color #698AAA: hue angle of 209.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698AAA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 138 170 -
CMYK 0.38 0.19 0 0.33
HSL 209.54º 0.28% 0.54% -
HSV(B) 209.54º 0.38% 0.67% -
XYZ 22.17 24.08 41.51 -
YUV 131.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 105 138 170 0.38 0.19 0 0.33 209.54 0.28 0.54
Hex 69 8A AA 26 13 0 21 D2 1C 36
Octal 151 212 252 46 23 0 41 322 34 66
Binary 1101001 10001010 10101010 100110 10011 0 100001 11010010 11100 110110

Color Harmonies of #698AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AAA

Black with #698AAA

Text Example


Text Example

White with #698AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #698AAA;
 }
 .AnyTagClassName
 {
   color: #698AAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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