Html Css Color HEX #63899F Air Force Blue

📋 copy color: '#63899F'

red 99 ◦ green 137 ◦ blue 159

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

Shades of Air Force Blue #63899F

Tints of Air Force Blue #63899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 25.06%
G = 34.68%
B = 40.25%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63899F (or 0x63899F) is known color: Air Force Blue. HEX triplet: 63, 89 and 9F. RGB value is (99,137,159). Sum of RGB (Red+Green+Blue) = 99+137+159=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #63899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63899F is #9C7660. Grayscale: #808080. Windows color (decimal): -10253921 or 10455395. OLE color: 10455395.

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

Color convert

RGB 99 137 159 -
CMYK 0.38 0.14 0 0.38
HSL 202º 0.24% 0.51% -
HSV(B) 202º 0.38% 0.62% -
XYZ 20.35 23.05 36.18 -
YUV 128.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 99 137 159 0.38 0.14 0 0.38 202 0.24 0.51
Hex 63 89 9F 26 E 0 26 CA 18 33
Octal 143 211 237 46 16 0 46 312 30 63
Binary 1100011 10001001 10011111 100110 1110 0 100110 11001010 11000 110011

Color Harmonies of #63899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63899F

Black with #63899F

Text Example


Text Example

White with #63899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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