Html Css Color HEX #63859D Air Force Blue

📋 copy color: '#63859D'

red 99 ◦ green 133 ◦ blue 157

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

Shades of Air Force Blue #63859D

Tints of Air Force Blue #63859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 25.45%
G = 34.19%
B = 40.36%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63859D (or 0x63859D) is known color: Air Force Blue. HEX triplet: 63, 85 and 9D. RGB value is (99,133,157). Sum of RGB (Red+Green+Blue) = 99+133+157=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #63859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63859D is #9C7A62. Grayscale: #7D7D7D. Windows color (decimal): -10254947 or 10323299. OLE color: 10323299.

HSL color Cylindrical-coordinate representation of color #63859D: hue angle of 204.83º 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 #63859D is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 133 157 -
CMYK 0.37 0.15 0 0.38
HSL 204.83º 0.23% 0.5% -
HSV(B) 204.83º 0.37% 0.62% -
XYZ 19.62 21.86 35.08 -
YUV 125.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 99 133 157 0.37 0.15 0 0.38 204.83 0.23 0.5
Hex 63 85 9D 25 F 0 26 CD 17 32
Octal 143 205 235 45 17 0 46 315 27 62
Binary 1100011 10000101 10011101 100101 1111 0 100110 11001101 10111 110010

Color Harmonies of #63859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63859D

Black with #63859D

Text Example


Text Example

White with #63859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63859D; }

 p { color: rgb(99,133,157); }

 H1.HeaderClassName
 {
   color: #63859D;
 }
 .AnyTagClassName
 {
   color: #63859D;
 }
</style>

background-color css

<style>
 a { background-color: #63859D; }

 a { background-color: rgb(99,133,157); }

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

border-color css

<style>
 span { border-color: #63859D; }

 span { border-color: rgb(99,133,157); }

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