Html Css Color HEX #698DAE Air Force Blue

📋 copy color: '#698DAE'

red 105 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #698DAE

Tints of Air Force Blue #698DAE

RGB

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

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

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

R = 25%
G = 33.57%
B = 41.43%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#698DAE (or 0x698DAE) is known color: Air Force Blue. HEX triplet: 69, 8D and AE. RGB value is (105,141,174). Sum of RGB (Red+Green+Blue) = 105+141+174=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #698DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DAE is #967251. Grayscale: #858585. Windows color (decimal): -9859666 or 11439465. OLE color: 11439465.

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

Color convert

RGB 105 141 174 -
CMYK 0.40 0.19 0 0.32
HSL 208.7º 0.3% 0.55% -
HSV(B) 208.7º 0.4% 0.68% -
XYZ 22.99 25.11 43.68 -
YUV 134 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 105 141 174 0.40 0.19 0 0.32 208.7 0.3 0.55
Hex 69 8D AE 28 13 0 20 D1 1E 37
Octal 151 215 256 50 23 0 40 321 36 67
Binary 1101001 10001101 10101110 101000 10011 0 100000 11010001 11110 110111

Color Harmonies of #698DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DAE

Black with #698DAE

Text Example


Text Example

White with #698DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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