Html Css Color HEX #698DB3 Air Force Blue

📋 copy color: '#698DB3'

red 105 ◦ green 141 ◦ blue 179

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

Shades of Air Force Blue #698DB3

Tints of Air Force Blue #698DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.12%

R = 24.71%
G = 33.18%
B = 42.12%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#698DB3 (or 0x698DB3) is known color: Air Force Blue. HEX triplet: 69, 8D and B3. RGB value is (105,141,179). Sum of RGB (Red+Green+Blue) = 105+141+179=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #698DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DB3 is #96724C. Grayscale: #868686. Windows color (decimal): -9859661 or 11767145. OLE color: 11767145.

HSL color Cylindrical-coordinate representation of color #698DB3: hue angle of 210.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #698DB3 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 141 179 -
CMYK 0.41 0.21 0 0.30
HSL 210.81º 0.33% 0.56% -
HSV(B) 210.81º 0.41% 0.7% -
XYZ 23.49 25.31 46.29 -
YUV 134.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 105 141 179 0.41 0.21 0 0.30 210.81 0.33 0.56
Hex 69 8D B3 29 15 0 1E D3 21 38
Octal 151 215 263 51 25 0 36 323 41 70
Binary 1101001 10001101 10110011 101001 10101 0 11110 11010011 100001 111000

Color Harmonies of #698DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DB3

Black with #698DB3

Text Example


Text Example

White with #698DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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