Html Css Color HEX #698CAE Air Force Blue

📋 copy color: '#698CAE'

red 105 ◦ green 140 ◦ blue 174

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

Shades of Air Force Blue #698CAE

Tints of Air Force Blue #698CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

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

R = 25.06%
G = 33.41%
B = 41.53%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#698CAE (or 0x698CAE) is known color: Air Force Blue. HEX triplet: 69, 8C and AE. RGB value is (105,140,174). Sum of RGB (Red+Green+Blue) = 105+140+174=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #698CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698CAE is #967351. Grayscale: #858585. Windows color (decimal): -9859922 or 11439209. OLE color: 11439209.

HSL color Cylindrical-coordinate representation of color #698CAE: hue angle of 209.57º 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 #698CAE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 140 174 -
CMYK 0.40 0.20 0 0.32
HSL 209.57º 0.3% 0.55% -
HSV(B) 209.57º 0.4% 0.68% -
XYZ 22.84 24.82 43.63 -
YUV 133.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 105 140 174 0.40 0.20 0 0.32 209.57 0.3 0.55
Hex 69 8C AE 28 14 0 20 D2 1E 37
Octal 151 214 256 50 24 0 40 322 36 67
Binary 1101001 10001100 10101110 101000 10100 0 100000 11010010 11110 110111

Color Harmonies of #698CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CAE

Black with #698CAE

Text Example


Text Example

White with #698CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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