Html Css Color HEX #63829F Air Force Blue

📋 copy color: '#63829F'

red 99 ◦ green 130 ◦ blue 159

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

Shades of Air Force Blue #63829F

Tints of Air Force Blue #63829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 25.52%
G = 33.51%
B = 40.98%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63829F (or 0x63829F) is known color: Air Force Blue. HEX triplet: 63, 82 and 9F. RGB value is (99,130,159). Sum of RGB (Red+Green+Blue) = 99+130+159=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #63829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63829F is #9C7D60. Grayscale: #7B7B7B. Windows color (decimal): -10255713 or 10453603. OLE color: 10453603.

HSL color Cylindrical-coordinate representation of color #63829F: hue angle of 209º 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 #63829F is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 130 159 -
CMYK 0.38 0.18 0 0.38
HSL 209º 0.24% 0.51% -
HSV(B) 209º 0.38% 0.62% -
XYZ 19.39 21.12 35.86 -
YUV 124.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 99 130 159 0.38 0.18 0 0.38 209 0.24 0.51
Hex 63 82 9F 26 12 0 26 D1 18 33
Octal 143 202 237 46 22 0 46 321 30 63
Binary 1100011 10000010 10011111 100110 10010 0 100110 11010001 11000 110011

Color Harmonies of #63829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63829F

Black with #63829F

Text Example


Text Example

White with #63829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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