Html Css Color HEX #63839F Air Force Blue

📋 copy color: '#63839F'

red 99 ◦ green 131 ◦ blue 159

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

Shades of Air Force Blue #63839F

Tints of Air Force Blue #63839F

RGB

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

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

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

R = 25.45%
G = 33.68%
B = 40.87%

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

#63839F (or 0x63839F) is known color: Air Force Blue. HEX triplet: 63, 83 and 9F. RGB value is (99,131,159). Sum of RGB (Red+Green+Blue) = 99+131+159=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #63839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63839F is #9C7C60. Grayscale: #7C7C7C. Windows color (decimal): -10255457 or 10453859. OLE color: 10453859.

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

Color convert

RGB 99 131 159 -
CMYK 0.38 0.18 0 0.38
HSL 208º 0.24% 0.51% -
HSV(B) 208º 0.38% 0.62% -
XYZ 19.52 21.39 35.9 -
YUV 124.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 99 131 159 0.38 0.18 0 0.38 208 0.24 0.51
Hex 63 83 9F 26 12 0 26 D0 18 33
Octal 143 203 237 46 22 0 46 320 30 63
Binary 1100011 10000011 10011111 100110 10010 0 100110 11010000 11000 110011

Color Harmonies of #63839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63839F

Black with #63839F

Text Example


Text Example

White with #63839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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