Html Css Color HEX #6393AD Air Force Blue

📋 copy color: '#6393AD'

red 99 ◦ green 147 ◦ blue 173

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

Shades of Air Force Blue #6393AD

Tints of Air Force Blue #6393AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 23.63%
G = 35.08%
B = 41.29%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6393AD (or 0x6393AD) is known color: Air Force Blue. HEX triplet: 63, 93 and AD. RGB value is (99,147,173). Sum of RGB (Red+Green+Blue) = 99+147+173=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #6393AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6393AD is #9C6C52. Grayscale: #878787. Windows color (decimal): -10251347 or 11375459. OLE color: 11375459.

HSL color Cylindrical-coordinate representation of color #6393AD: hue angle of 201.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6393AD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 147 173 -
CMYK 0.43 0.15 0 0.32
HSL 201.08º 0.31% 0.53% -
HSV(B) 201.08º 0.43% 0.68% -
XYZ 23.12 26.54 43.44 -
YUV 135.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 99 147 173 0.43 0.15 0 0.32 201.08 0.31 0.53
Hex 63 93 AD 2B F 0 20 C9 1F 35
Octal 143 223 255 53 17 0 40 311 37 65
Binary 1100011 10010011 10101101 101011 1111 0 100000 11001001 11111 110101

Color Harmonies of #6393AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6393AD

Black with #6393AD

Text Example


Text Example

White with #6393AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6393AD; }

 p { color: rgb(99,147,173); }

 H1.HeaderClassName
 {
   color: #6393AD;
 }
 .AnyTagClassName
 {
   color: #6393AD;
 }
</style>

background-color css

<style>
 a { background-color: #6393AD; }

 a { background-color: rgb(99,147,173); }

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

border-color css

<style>
 span { border-color: #6393AD; }

 span { border-color: rgb(99,147,173); }

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