Html Css Color HEX #6883A6 Air Force Blue

📋 copy color: '#6883A6'

red 104 ◦ green 131 ◦ blue 166

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

Shades of Air Force Blue #6883A6

Tints of Air Force Blue #6883A6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 166 (65.23% from 255) = 41.4%

R = 25.94%
G = 32.67%
B = 41.4%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6883A6 (or 0x6883A6) is known color: Air Force Blue. HEX triplet: 68, 83 and A6. RGB value is (104,131,166). Sum of RGB (Red+Green+Blue) = 104+131+166=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 166 - color contains mainly: blue. Hex color #6883A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6883A6 is #977C59. Grayscale: #7E7E7E. Windows color (decimal): -9927770 or 10912616. OLE color: 10912616.

HSL color Cylindrical-coordinate representation of color #6883A6: hue angle of 213.87º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6883A6 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 131 166 -
CMYK 0.37 0.21 0 0.35
HSL 213.87º 0.26% 0.53% -
HSV(B) 213.87º 0.37% 0.65% -
XYZ 20.71 21.93 39.22 -
YUV 126.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 104 131 166 0.37 0.21 0 0.35 213.87 0.26 0.53
Hex 68 83 A6 25 15 0 23 D6 1A 35
Octal 150 203 246 45 25 0 43 326 32 65
Binary 1101000 10000011 10100110 100101 10101 0 100011 11010110 11010 110101

Color Harmonies of #6883A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6883A6

Black with #6883A6

Text Example


Text Example

White with #6883A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6883A6; }

 p { color: rgb(104,131,166); }

 H1.HeaderClassName
 {
   color: #6883A6;
 }
 .AnyTagClassName
 {
   color: #6883A6;
 }
</style>

background-color css

<style>
 a { background-color: #6883A6; }

 a { background-color: rgb(104,131,166); }

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

border-color css

<style>
 span { border-color: #6883A6; }

 span { border-color: rgb(104,131,166); }

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