Html Css Color HEX #698BAF Air Force Blue

📋 copy color: '#698BAF'

red 105 ◦ green 139 ◦ blue 175

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

Shades of Air Force Blue #698BAF

Tints of Air Force Blue #698BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 25.06%
G = 33.17%
B = 41.77%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#698BAF (or 0x698BAF) is known color: Air Force Blue. HEX triplet: 69, 8B and AF. RGB value is (105,139,175). Sum of RGB (Red+Green+Blue) = 105+139+175=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #698BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BAF is #967450. Grayscale: #848484. Windows color (decimal): -9860177 or 11504489. OLE color: 11504489.

HSL color Cylindrical-coordinate representation of color #698BAF: hue angle of 210.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #698BAF is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 139 175 -
CMYK 0.40 0.21 0 0.31
HSL 210.86º 0.3% 0.55% -
HSV(B) 210.86º 0.4% 0.69% -
XYZ 22.8 24.56 44.1 -
YUV 132.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 105 139 175 0.40 0.21 0 0.31 210.86 0.3 0.55
Hex 69 8B AF 28 15 0 1F D3 1E 37
Octal 151 213 257 50 25 0 37 323 36 67
Binary 1101001 10001011 10101111 101000 10101 0 11111 11010011 11110 110111

Color Harmonies of #698BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BAF

Black with #698BAF

Text Example


Text Example

White with #698BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,139,175); }

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

background-color css

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

 a { background-color: rgb(105,139,175); }

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

border-color css

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

 span { border-color: rgb(105,139,175); }

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