Html Css Color HEX #698AAE Air Force Blue

📋 copy color: '#698AAE'

red 105 ◦ green 138 ◦ blue 174

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

Shades of Air Force Blue #698AAE

Tints of Air Force Blue #698AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 25.18%
G = 33.09%
B = 41.73%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#698AAE (or 0x698AAE) is known color: Air Force Blue. HEX triplet: 69, 8A and AE. RGB value is (105,138,174). Sum of RGB (Red+Green+Blue) = 105+138+174=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #698AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAE is #967551. Grayscale: #848484. Windows color (decimal): -9860434 or 11438697. OLE color: 11438697.

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

Color convert

RGB 105 138 174 -
CMYK 0.40 0.21 0 0.32
HSL 211.3º 0.3% 0.55% -
HSV(B) 211.3º 0.4% 0.68% -
XYZ 22.55 24.24 43.53 -
YUV 132.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 105 138 174 0.40 0.21 0 0.32 211.3 0.3 0.55
Hex 69 8A AE 28 15 0 20 D3 1E 37
Octal 151 212 256 50 25 0 40 323 36 67
Binary 1101001 10001010 10101110 101000 10101 0 100000 11010011 11110 110111

Color Harmonies of #698AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AAE

Black with #698AAE

Text Example


Text Example

White with #698AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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