Html Css Color HEX #638BAC Air Force Blue

📋 copy color: '#638BAC'

red 99 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #638BAC

Tints of Air Force Blue #638BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 24.15%
G = 33.9%
B = 41.95%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#638BAC (or 0x638BAC) is known color: Air Force Blue. HEX triplet: 63, 8B and AC. RGB value is (99,139,172). Sum of RGB (Red+Green+Blue) = 99+139+172=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #638BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638BAC is #9C7453. Grayscale: #828282. Windows color (decimal): -10253396 or 11307875. OLE color: 11307875.

HSL color Cylindrical-coordinate representation of color #638BAC: hue angle of 207.12º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #638BAC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 139 172 -
CMYK 0.42 0.19 0 0.33
HSL 207.12º 0.31% 0.53% -
HSV(B) 207.12º 0.42% 0.67% -
XYZ 21.82 24.1 42.53 -
YUV 130.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 99 139 172 0.42 0.19 0 0.33 207.12 0.31 0.53
Hex 63 8B AC 2A 13 0 21 CF 1F 35
Octal 143 213 254 52 23 0 41 317 37 65
Binary 1100011 10001011 10101100 101010 10011 0 100001 11001111 11111 110101

Color Harmonies of #638BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BAC

Black with #638BAC

Text Example


Text Example

White with #638BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,139,172); }

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

background-color css

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

 a { background-color: rgb(99,139,172); }

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

border-color css

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

 span { border-color: rgb(99,139,172); }

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