Html Css Color HEX #698AAF Air Force Blue

📋 copy color: '#698AAF'

red 105 ◦ green 138 ◦ blue 175

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

Shades of Air Force Blue #698AAF

Tints of Air Force Blue #698AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 25.12%
G = 33.01%
B = 41.87%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#698AAF (or 0x698AAF) is known color: Air Force Blue. HEX triplet: 69, 8A and AF. RGB value is (105,138,175). Sum of RGB (Red+Green+Blue) = 105+138+175=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #698AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAF is #967550. Grayscale: #848484. Windows color (decimal): -9860433 or 11504233. OLE color: 11504233.

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

Color convert

RGB 105 138 175 -
CMYK 0.40 0.21 0 0.31
HSL 211.71º 0.3% 0.55% -
HSV(B) 211.71º 0.4% 0.69% -
XYZ 22.65 24.28 44.05 -
YUV 132.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 105 138 175 0.40 0.21 0 0.31 211.71 0.3 0.55
Hex 69 8A AF 28 15 0 1F D4 1E 37
Octal 151 212 257 50 25 0 37 324 36 67
Binary 1101001 10001010 10101111 101000 10101 0 11111 11010100 11110 110111

Color Harmonies of #698AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AAF

Black with #698AAF

Text Example


Text Example

White with #698AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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