Html Css Color HEX #698CAF Air Force Blue

📋 copy color: '#698CAF'

red 105 ◦ green 140 ◦ blue 175

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

Shades of Air Force Blue #698CAF

Tints of Air Force Blue #698CAF

RGB

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

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

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

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.40

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#698CAF (or 0x698CAF) is known color: Air Force Blue. HEX triplet: 69, 8C and AF. RGB value is (105,140,175). Sum of RGB (Red+Green+Blue) = 105+140+175=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #698CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698CAF is #967350. Grayscale: #858585. Windows color (decimal): -9859921 or 11504745. OLE color: 11504745.

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

Color convert

RGB 105 140 175 -
CMYK 0.40 0.2 0 0.31
HSL 210º 0.3% 0.55% -
HSV(B) 210º 0.4% 0.69% -
XYZ 22.94 24.85 44.15 -
YUV 133.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 105 140 175 0.40 0.2 0 0.31 210 0.3 0.55
Hex 69 8C AF 28 14 0 1F D2 1E 37
Octal 151 214 257 50 24 0 37 322 36 67
Binary 1101001 10001100 10101111 101000 10100 0 11111 11010010 11110 110111

Color Harmonies of #698CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CAF

Black with #698CAF

Text Example


Text Example

White with #698CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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