Html Css Color HEX #698AAB Air Force Blue

📋 copy color: '#698AAB'

red 105 ◦ green 138 ◦ blue 171

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

Shades of Air Force Blue #698AAB

Tints of Air Force Blue #698AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 25.36%
G = 33.33%
B = 41.3%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#698AAB (or 0x698AAB) is known color: Air Force Blue. HEX triplet: 69, 8A and AB. RGB value is (105,138,171). Sum of RGB (Red+Green+Blue) = 105+138+171=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #698AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAB is #967554. Grayscale: #838383. Windows color (decimal): -9860437 or 11242089. OLE color: 11242089.

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

Color convert

RGB 105 138 171 -
CMYK 0.39 0.19 0 0.33
HSL 210º 0.28% 0.54% -
HSV(B) 210º 0.39% 0.67% -
XYZ 22.26 24.12 42.01 -
YUV 131.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 105 138 171 0.39 0.19 0 0.33 210 0.28 0.54
Hex 69 8A AB 27 13 0 21 D2 1C 36
Octal 151 212 253 47 23 0 41 322 34 66
Binary 1101001 10001010 10101011 100111 10011 0 100001 11010010 11100 110110

Color Harmonies of #698AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AAB

Black with #698AAB

Text Example


Text Example

White with #698AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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