Html Css Color HEX #63859F Air Force Blue

📋 copy color: '#63859F'

red 99 ◦ green 133 ◦ blue 159

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

Shades of Air Force Blue #63859F

Tints of Air Force Blue #63859F

RGB

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

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

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

R = 25.32%
G = 34.02%
B = 40.66%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63859F (or 0x63859F) is known color: Air Force Blue. HEX triplet: 63, 85 and 9F. RGB value is (99,133,159). Sum of RGB (Red+Green+Blue) = 99+133+159=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #63859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63859F is #9C7A60. Grayscale: #7D7D7D. Windows color (decimal): -10254945 or 10454371. OLE color: 10454371.

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

Color convert

RGB 99 133 159 -
CMYK 0.38 0.16 0 0.38
HSL 206º 0.24% 0.51% -
HSV(B) 206º 0.38% 0.62% -
XYZ 19.79 21.93 35.99 -
YUV 125.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 99 133 159 0.38 0.16 0 0.38 206 0.24 0.51
Hex 63 85 9F 26 10 0 26 CE 18 33
Octal 143 205 237 46 20 0 46 316 30 63
Binary 1100011 10000101 10011111 100110 10000 0 100110 11001110 11000 110011

Color Harmonies of #63859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63859F

Black with #63859F

Text Example


Text Example

White with #63859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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