Html Css Color HEX #63839C Air Force Blue

📋 copy color: '#63839C'

red 99 ◦ green 131 ◦ blue 156

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

Shades of Air Force Blue #63839C

Tints of Air Force Blue #63839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 25.65%
G = 33.94%
B = 40.41%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63839C (or 0x63839C) is known color: Air Force Blue. HEX triplet: 63, 83 and 9C. RGB value is (99,131,156). Sum of RGB (Red+Green+Blue) = 99+131+156=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #63839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63839C is #9C7C63. Grayscale: #7C7C7C. Windows color (decimal): -10255460 or 10257251. OLE color: 10257251.

HSL color Cylindrical-coordinate representation of color #63839C: hue angle of 206.32º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63839C is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 131 156 -
CMYK 0.37 0.16 0 0.39
HSL 206.32º 0.22% 0.5% -
HSV(B) 206.32º 0.37% 0.61% -
XYZ 19.26 21.29 34.55 -
YUV 124.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 99 131 156 0.37 0.16 0 0.39 206.32 0.22 0.5
Hex 63 83 9C 25 10 0 27 CE 16 32
Octal 143 203 234 45 20 0 47 316 26 62
Binary 1100011 10000011 10011100 100101 10000 0 100111 11001110 10110 110010

Color Harmonies of #63839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63839C

Black with #63839C

Text Example


Text Example

White with #63839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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