Html Css Color HEX #698EAE Air Force Blue

📋 copy color: '#698EAE'

red 105 ◦ green 142 ◦ blue 174

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

Shades of Air Force Blue #698EAE

Tints of Air Force Blue #698EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

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

R = 24.94%
G = 33.73%
B = 41.33%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#698EAE (or 0x698EAE) is known color: Air Force Blue. HEX triplet: 69, 8E and AE. RGB value is (105,142,174). Sum of RGB (Red+Green+Blue) = 105+142+174=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #698EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698EAE is #967151. Grayscale: #868686. Windows color (decimal): -9859410 or 11439721. OLE color: 11439721.

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

Color convert

RGB 105 142 174 -
CMYK 0.40 0.18 0 0.32
HSL 207.83º 0.3% 0.55% -
HSV(B) 207.83º 0.4% 0.68% -
XYZ 23.14 25.41 43.73 -
YUV 134.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 105 142 174 0.40 0.18 0 0.32 207.83 0.3 0.55
Hex 69 8E AE 28 12 0 20 D0 1E 37
Octal 151 216 256 50 22 0 40 320 36 67
Binary 1101001 10001110 10101110 101000 10010 0 100000 11010000 11110 110111

Color Harmonies of #698EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EAE

Black with #698EAE

Text Example


Text Example

White with #698EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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