Html Css Color HEX #638DAE Air Force Blue

📋 copy color: '#638DAE'

red 99 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #638DAE

Tints of Air Force Blue #638DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 23.91%
G = 34.06%
B = 42.03%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#638DAE (or 0x638DAE) is known color: Air Force Blue. HEX triplet: 63, 8D and AE. RGB value is (99,141,174). Sum of RGB (Red+Green+Blue) = 99+141+174=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #638DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DAE is #9C7251. Grayscale: #848484. Windows color (decimal): -10252882 or 11439459. OLE color: 11439459.

HSL color Cylindrical-coordinate representation of color #638DAE: hue angle of 206.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #638DAE is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 141 174 -
CMYK 0.43 0.19 0 0.32
HSL 206.4º 0.32% 0.54% -
HSV(B) 206.4º 0.43% 0.68% -
XYZ 22.31 24.76 43.65 -
YUV 132.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 99 141 174 0.43 0.19 0 0.32 206.4 0.32 0.54
Hex 63 8D AE 2B 13 0 20 CE 20 36
Octal 143 215 256 53 23 0 40 316 40 66
Binary 1100011 10001101 10101110 101011 10011 0 100000 11001110 100000 110110

Color Harmonies of #638DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DAE

Black with #638DAE

Text Example


Text Example

White with #638DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638DAE; }

 p { color: rgb(99,141,174); }

 H1.HeaderClassName
 {
   color: #638DAE;
 }
 .AnyTagClassName
 {
   color: #638DAE;
 }
</style>

background-color css

<style>
 a { background-color: #638DAE; }

 a { background-color: rgb(99,141,174); }

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

border-color css

<style>
 span { border-color: #638DAE; }

 span { border-color: rgb(99,141,174); }

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