Html Css Color HEX #63869F Air Force Blue

📋 copy color: '#63869F'

red 99 ◦ green 134 ◦ blue 159

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

Shades of Air Force Blue #63869F

Tints of Air Force Blue #63869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 25.26%
G = 34.18%
B = 40.56%

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

#63869F (or 0x63869F) is known color: Air Force Blue. HEX triplet: 63, 86 and 9F. RGB value is (99,134,159). Sum of RGB (Red+Green+Blue) = 99+134+159=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #63869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63869F is #9C7960. Grayscale: #7E7E7E. Windows color (decimal): -10254689 or 10454627. OLE color: 10454627.

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

Color convert

RGB 99 134 159 -
CMYK 0.38 0.16 0 0.38
HSL 205º 0.24% 0.51% -
HSV(B) 205º 0.38% 0.62% -
XYZ 19.93 22.21 36.04 -
YUV 126.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 99 134 159 0.38 0.16 0 0.38 205 0.24 0.51
Hex 63 86 9F 26 10 0 26 CD 18 33
Octal 143 206 237 46 20 0 46 315 30 63
Binary 1100011 10000110 10011111 100110 10000 0 100110 11001101 11000 110011

Color Harmonies of #63869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63869F

Black with #63869F

Text Example


Text Example

White with #63869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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