Html Css Color HEX #63809F Air Force Blue

📋 copy color: '#63809F'

red 99 ◦ green 128 ◦ blue 159

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

Shades of Air Force Blue #63809F

Tints of Air Force Blue #63809F

RGB

 RED value IS 99 (39.06% from 255) = 25.65%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 25.65%
G = 33.16%
B = 41.19%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63809F (or 0x63809F) is known color: Air Force Blue. HEX triplet: 63, 80 and 9F. RGB value is (99,128,159). Sum of RGB (Red+Green+Blue) = 99+128+159=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #63809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63809F is #9C7F60. Grayscale: #7A7A7A. Windows color (decimal): -10256225 or 10453091. OLE color: 10453091.

HSL color Cylindrical-coordinate representation of color #63809F: hue angle of 211º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63809F is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 128 159 -
CMYK 0.38 0.19 0 0.38
HSL 211º 0.24% 0.51% -
HSV(B) 211º 0.38% 0.62% -
XYZ 19.12 20.59 35.77 -
YUV 122.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 99 128 159 0.38 0.19 0 0.38 211 0.24 0.51
Hex 63 80 9F 26 13 0 26 D3 18 33
Octal 143 200 237 46 23 0 46 323 30 63
Binary 1100011 10000000 10011111 100110 10011 0 100110 11010011 11000 110011

Color Harmonies of #63809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63809F

Black with #63809F

Text Example


Text Example

White with #63809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63809F; }

 p { color: rgb(99,128,159); }

 H1.HeaderClassName
 {
   color: #63809F;
 }
 .AnyTagClassName
 {
   color: #63809F;
 }
</style>

background-color css

<style>
 a { background-color: #63809F; }

 a { background-color: rgb(99,128,159); }

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

border-color css

<style>
 span { border-color: #63809F; }

 span { border-color: rgb(99,128,159); }

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