Html Css Color HEX #63839E Air Force Blue

📋 copy color: '#63839E'

red 99 ◦ green 131 ◦ blue 158

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

Shades of Air Force Blue #63839E

Tints of Air Force Blue #63839E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 25.52%
G = 33.76%
B = 40.72%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63839E (or 0x63839E) is known color: Air Force Blue. HEX triplet: 63, 83 and 9E. RGB value is (99,131,158). Sum of RGB (Red+Green+Blue) = 99+131+158=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #63839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63839E is #9C7C61. Grayscale: #7C7C7C. Windows color (decimal): -10255458 or 10388323. OLE color: 10388323.

HSL color Cylindrical-coordinate representation of color #63839E: hue angle of 207.46º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63839E is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 131 158 -
CMYK 0.37 0.17 0 0.38
HSL 207.46º 0.23% 0.5% -
HSV(B) 207.46º 0.37% 0.62% -
XYZ 19.43 21.35 35.45 -
YUV 124.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 99 131 158 0.37 0.17 0 0.38 207.46 0.23 0.5
Hex 63 83 9E 25 11 0 26 CF 17 32
Octal 143 203 236 45 21 0 46 317 27 62
Binary 1100011 10000011 10011110 100101 10001 0 100110 11001111 10111 110010

Color Harmonies of #63839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63839E

Black with #63839E

Text Example


Text Example

White with #63839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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