Html Css Color HEX #6888AE Air Force Blue

📋 copy color: '#6888AE'

red 104 ◦ green 136 ◦ blue 174

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

Shades of Air Force Blue #6888AE

Tints of Air Force Blue #6888AE

RGB

 RED value IS 104 (41.02% from 255) = 25.12%

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

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 25.12%
G = 32.85%
B = 42.03%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6888AE (or 0x6888AE) is known color: Air Force Blue. HEX triplet: 68, 88 and AE. RGB value is (104,136,174). Sum of RGB (Red+Green+Blue) = 104+136+174=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #6888AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6888AE is #977751. Grayscale: #828282. Windows color (decimal): -9926482 or 11438184. OLE color: 11438184.

HSL color Cylindrical-coordinate representation of color #6888AE: hue angle of 212.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6888AE is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 136 174 -
CMYK 0.40 0.22 0 0.32
HSL 212.57º 0.3% 0.55% -
HSV(B) 212.57º 0.4% 0.68% -
XYZ 22.15 23.61 43.43 -
YUV 130.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 104 136 174 0.40 0.22 0 0.32 212.57 0.3 0.55
Hex 68 88 AE 28 16 0 20 D5 1E 37
Octal 150 210 256 50 26 0 40 325 36 67
Binary 1101000 10001000 10101110 101000 10110 0 100000 11010101 11110 110111

Color Harmonies of #6888AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6888AE

Black with #6888AE

Text Example


Text Example

White with #6888AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6888AE; }

 p { color: rgb(104,136,174); }

 H1.HeaderClassName
 {
   color: #6888AE;
 }
 .AnyTagClassName
 {
   color: #6888AE;
 }
</style>

background-color css

<style>
 a { background-color: #6888AE; }

 a { background-color: rgb(104,136,174); }

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

border-color css

<style>
 span { border-color: #6888AE; }

 span { border-color: rgb(104,136,174); }

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