Html Css Color HEX #638EA6 Air Force Blue

📋 copy color: '#638EA6'

red 99 ◦ green 142 ◦ blue 166

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

Shades of Air Force Blue #638EA6

Tints of Air Force Blue #638EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 24.32%
G = 34.89%
B = 40.79%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#638EA6 (or 0x638EA6) is known color: Air Force Blue. HEX triplet: 63, 8E and A6. RGB value is (99,142,166). Sum of RGB (Red+Green+Blue) = 99+142+166=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 166 - color contains mainly: blue. Hex color #638EA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638EA6 is #9C7159. Grayscale: #838383. Windows color (decimal): -10252634 or 10915427. OLE color: 10915427.

HSL color Cylindrical-coordinate representation of color #638EA6: hue angle of 201.49º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #638EA6 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 142 166 -
CMYK 0.40 0.14 0 0.35
HSL 201.49º 0.27% 0.52% -
HSV(B) 201.49º 0.4% 0.65% -
XYZ 21.7 24.75 39.71 -
YUV 131.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 99 142 166 0.40 0.14 0 0.35 201.49 0.27 0.52
Hex 63 8E A6 28 E 0 23 C9 1B 34
Octal 143 216 246 50 16 0 43 311 33 64
Binary 1100011 10001110 10100110 101000 1110 0 100011 11001001 11011 110100

Color Harmonies of #638EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638EA6

Black with #638EA6

Text Example


Text Example

White with #638EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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