Html Css Color HEX #698CAC Air Force Blue

📋 copy color: '#698CAC'

red 105 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #698CAC

Tints of Air Force Blue #698CAC

RGB

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

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

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

R = 25.18%
G = 33.57%
B = 41.25%

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

#698CAC (or 0x698CAC) is known color: Air Force Blue. HEX triplet: 69, 8C and AC. RGB value is (105,140,172). Sum of RGB (Red+Green+Blue) = 105+140+172=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #698CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698CAC is #967353. Grayscale: #858585. Windows color (decimal): -9859924 or 11308137. OLE color: 11308137.

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

Color convert

RGB 105 140 172 -
CMYK 0.39 0.19 0 0.33
HSL 208.66º 0.29% 0.54% -
HSV(B) 208.66º 0.39% 0.67% -
XYZ 22.65 24.74 42.61 -
YUV 133.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 105 140 172 0.39 0.19 0 0.33 208.66 0.29 0.54
Hex 69 8C AC 27 13 0 21 D1 1D 36
Octal 151 214 254 47 23 0 41 321 35 66
Binary 1101001 10001100 10101100 100111 10011 0 100001 11010001 11101 110110

Color Harmonies of #698CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CAC

Black with #698CAC

Text Example


Text Example

White with #698CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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