Html Css Color HEX #638B9F Air Force Blue

📋 copy color: '#638B9F'

red 99 ◦ green 139 ◦ blue 159

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

Shades of Air Force Blue #638B9F

Tints of Air Force Blue #638B9F

RGB

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

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

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

R = 24.94%
G = 35.01%
B = 40.05%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#638B9F (or 0x638B9F) is known color: Air Force Blue. HEX triplet: 63, 8B and 9F. RGB value is (99,139,159). Sum of RGB (Red+Green+Blue) = 99+139+159=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #638B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B9F is #9C7460. Grayscale: #818181. Windows color (decimal): -10253409 or 10455907. OLE color: 10455907.

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

Color convert

RGB 99 139 159 -
CMYK 0.38 0.13 0 0.38
HSL 200º 0.24% 0.51% -
HSV(B) 200º 0.38% 0.62% -
XYZ 20.64 23.62 36.27 -
YUV 129.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 99 139 159 0.38 0.13 0 0.38 200 0.24 0.51
Hex 63 8B 9F 26 D 0 26 C8 18 33
Octal 143 213 237 46 15 0 46 310 30 63
Binary 1100011 10001011 10011111 100110 1101 0 100110 11001000 11000 110011

Color Harmonies of #638B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638B9F

Black with #638B9F

Text Example


Text Example

White with #638B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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