Html Css Color HEX #638EAE Air Force Blue

📋 copy color: '#638EAE'

red 99 ◦ green 142 ◦ blue 174

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

Shades of Air Force Blue #638EAE

Tints of Air Force Blue #638EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

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

R = 23.86%
G = 34.22%
B = 41.93%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#638EAE (or 0x638EAE) is known color: Air Force Blue. HEX triplet: 63, 8E and AE. RGB value is (99,142,174). Sum of RGB (Red+Green+Blue) = 99+142+174=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #638EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638EAE is #9C7151. Grayscale: #848484. Windows color (decimal): -10252626 or 11439715. OLE color: 11439715.

HSL color Cylindrical-coordinate representation of color #638EAE: hue angle of 205.6º 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 #638EAE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 142 174 -
CMYK 0.43 0.18 0 0.32
HSL 205.6º 0.32% 0.54% -
HSV(B) 205.6º 0.43% 0.68% -
XYZ 22.46 25.05 43.7 -
YUV 132.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 99 142 174 0.43 0.18 0 0.32 205.6 0.32 0.54
Hex 63 8E AE 2B 12 0 20 CE 20 36
Octal 143 216 256 53 22 0 40 316 40 66
Binary 1100011 10001110 10101110 101011 10010 0 100000 11001110 100000 110110

Color Harmonies of #638EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638EAE

Black with #638EAE

Text Example


Text Example

White with #638EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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