Html Css Color HEX #6988AF Air Force Blue

📋 copy color: '#6988AF'

red 105 ◦ green 136 ◦ blue 175

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

Shades of Air Force Blue #6988AF

Tints of Air Force Blue #6988AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 25.24%
G = 32.69%
B = 42.07%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6988AF (or 0x6988AF) is known color: Air Force Blue. HEX triplet: 69, 88 and AF. RGB value is (105,136,175). Sum of RGB (Red+Green+Blue) = 105+136+175=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #6988AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6988AF is #967750. Grayscale: #828282. Windows color (decimal): -9860945 or 11503721. OLE color: 11503721.

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

Color convert

RGB 105 136 175 -
CMYK 0.40 0.22 0 0.31
HSL 213.43º 0.3% 0.55% -
HSV(B) 213.43º 0.4% 0.69% -
XYZ 22.37 23.71 43.95 -
YUV 131.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 105 136 175 0.40 0.22 0 0.31 213.43 0.3 0.55
Hex 69 88 AF 28 16 0 1F D5 1E 37
Octal 151 210 257 50 26 0 37 325 36 67
Binary 1101001 10001000 10101111 101000 10110 0 11111 11010101 11110 110111

Color Harmonies of #6988AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6988AF

Black with #6988AF

Text Example


Text Example

White with #6988AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6988AF; }

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

 H1.HeaderClassName
 {
   color: #6988AF;
 }
 .AnyTagClassName
 {
   color: #6988AF;
 }
</style>

background-color css

<style>
 a { background-color: #6988AF; }

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

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

border-color css

<style>
 span { border-color: #6988AF; }

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

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