Html Css Color HEX #698DAC Air Force Blue

📋 copy color: '#698DAC'

red 105 ◦ green 141 ◦ blue 172

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

Shades of Air Force Blue #698DAC

Tints of Air Force Blue #698DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

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

R = 25.12%
G = 33.73%
B = 41.15%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#698DAC (or 0x698DAC) is known color: Air Force Blue. HEX triplet: 69, 8D and AC. RGB value is (105,141,172). Sum of RGB (Red+Green+Blue) = 105+141+172=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #698DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DAC is #967253. Grayscale: #858585. Windows color (decimal): -9859668 or 11308393. OLE color: 11308393.

HSL color Cylindrical-coordinate representation of color #698DAC: hue angle of 207.76º 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 #698DAC is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 141 172 -
CMYK 0.39 0.18 0 0.33
HSL 207.76º 0.29% 0.54% -
HSV(B) 207.76º 0.39% 0.67% -
XYZ 22.8 25.03 42.66 -
YUV 133.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 105 141 172 0.39 0.18 0 0.33 207.76 0.29 0.54
Hex 69 8D AC 27 12 0 21 D0 1D 36
Octal 151 215 254 47 22 0 41 320 35 66
Binary 1101001 10001101 10101100 100111 10010 0 100001 11010000 11101 110110

Color Harmonies of #698DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DAC

Black with #698DAC

Text Example


Text Example

White with #698DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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