Html Css Color HEX #6A88AB Air Force Blue

📋 copy color: '#6A88AB'

red 106 ◦ green 136 ◦ blue 171

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

Shades of Air Force Blue #6A88AB

Tints of Air Force Blue #6A88AB

RGB

 RED value IS 106 (41.8% from 255) = 25.67%

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 25.67%
G = 32.93%
B = 41.4%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A88AB (or 0x6A88AB) is known color: Air Force Blue. HEX triplet: 6A, 88 and AB. RGB value is (106,136,171). Sum of RGB (Red+Green+Blue) = 106+136+171=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A88AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A88AB is #957754. Grayscale: #828282. Windows color (decimal): -9795413 or 11241578. OLE color: 11241578.

HSL color Cylindrical-coordinate representation of color #6A88AB: hue angle of 212.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A88AB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 136 171 -
CMYK 0.38 0.20 0 0.33
HSL 212.31º 0.28% 0.54% -
HSV(B) 212.31º 0.38% 0.67% -
XYZ 22.1 23.61 41.92 -
YUV 131.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 106 136 171 0.38 0.20 0 0.33 212.31 0.28 0.54
Hex 6A 88 AB 26 14 0 21 D4 1C 36
Octal 152 210 253 46 24 0 41 324 34 66
Binary 1101010 10001000 10101011 100110 10100 0 100001 11010100 11100 110110

Color Harmonies of #6A88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A88AB

Black with #6A88AB

Text Example


Text Example

White with #6A88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A88AB; }

 p { color: rgb(106,136,171); }

 H1.HeaderClassName
 {
   color: #6A88AB;
 }
 .AnyTagClassName
 {
   color: #6A88AB;
 }
</style>

background-color css

<style>
 a { background-color: #6A88AB; }

 a { background-color: rgb(106,136,171); }

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

border-color css

<style>
 span { border-color: #6A88AB; }

 span { border-color: rgb(106,136,171); }

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