Html Css Color HEX #698AAC Air Force Blue

📋 copy color: '#698AAC'

red 105 ◦ green 138 ◦ blue 172

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

Shades of Air Force Blue #698AAC

Tints of Air Force Blue #698AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 25.3%
G = 33.25%
B = 41.45%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#698AAC (or 0x698AAC) is known color: Air Force Blue. HEX triplet: 69, 8A and AC. RGB value is (105,138,172). Sum of RGB (Red+Green+Blue) = 105+138+172=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #698AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAC is #967553. Grayscale: #838383. Windows color (decimal): -9860436 or 11307625. OLE color: 11307625.

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

Color convert

RGB 105 138 172 -
CMYK 0.39 0.20 0 0.33
HSL 210.45º 0.29% 0.54% -
HSV(B) 210.45º 0.39% 0.67% -
XYZ 22.36 24.16 42.51 -
YUV 132.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 105 138 172 0.39 0.20 0 0.33 210.45 0.29 0.54
Hex 69 8A AC 27 14 0 21 D2 1D 36
Octal 151 212 254 47 24 0 41 322 35 66
Binary 1101001 10001010 10101100 100111 10100 0 100001 11010010 11101 110110

Color Harmonies of #698AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AAC

Black with #698AAC

Text Example


Text Example

White with #698AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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