Html Css Color HEX #63849F Air Force Blue

📋 copy color: '#63849F'

red 99 ◦ green 132 ◦ blue 159

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

Shades of Air Force Blue #63849F

Tints of Air Force Blue #63849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 25.38%
G = 33.85%
B = 40.77%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63849F (or 0x63849F) is known color: Air Force Blue. HEX triplet: 63, 84 and 9F. RGB value is (99,132,159). Sum of RGB (Red+Green+Blue) = 99+132+159=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #63849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63849F is #9C7B60. Grayscale: #7D7D7D. Windows color (decimal): -10255201 or 10454115. OLE color: 10454115.

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

Color convert

RGB 99 132 159 -
CMYK 0.38 0.17 0 0.38
HSL 207º 0.24% 0.51% -
HSV(B) 207º 0.38% 0.62% -
XYZ 19.65 21.66 35.95 -
YUV 125.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 99 132 159 0.38 0.17 0 0.38 207 0.24 0.51
Hex 63 84 9F 26 11 0 26 CF 18 33
Octal 143 204 237 46 21 0 46 317 30 63
Binary 1100011 10000100 10011111 100110 10001 0 100110 11001111 11000 110011

Color Harmonies of #63849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63849F

Black with #63849F

Text Example


Text Example

White with #63849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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