Html Css Color HEX #638CB3 Air Force Blue

📋 copy color: '#638CB3'

red 99 ◦ green 140 ◦ blue 179

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

Shades of Air Force Blue #638CB3

Tints of Air Force Blue #638CB3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 23.68%
G = 33.49%
B = 42.82%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#638CB3 (or 0x638CB3) is known color: Air Force Blue. HEX triplet: 63, 8C and B3. RGB value is (99,140,179). Sum of RGB (Red+Green+Blue) = 99+140+179=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #638CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CB3 is #9C734C. Grayscale: #838383. Windows color (decimal): -10253133 or 11766883. OLE color: 11766883.

HSL color Cylindrical-coordinate representation of color #638CB3: hue angle of 209.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638CB3 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 140 179 -
CMYK 0.45 0.22 0 0.30
HSL 209.25º 0.34% 0.55% -
HSV(B) 209.25º 0.45% 0.7% -
XYZ 22.66 24.66 46.21 -
YUV 132.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 99 140 179 0.45 0.22 0 0.30 209.25 0.34 0.55
Hex 63 8C B3 2D 16 0 1E D1 22 37
Octal 143 214 263 55 26 0 36 321 42 67
Binary 1100011 10001100 10110011 101101 10110 0 11110 11010001 100010 110111

Color Harmonies of #638CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CB3

Black with #638CB3

Text Example


Text Example

White with #638CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,140,179); }

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

background-color css

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

 a { background-color: rgb(99,140,179); }

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

border-color css

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

 span { border-color: rgb(99,140,179); }

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