Html Css Color HEX #6483AD Air Force Blue

📋 copy color: '#6483AD'

red 100 ◦ green 131 ◦ blue 173

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

Shades of Air Force Blue #6483AD

Tints of Air Force Blue #6483AD

RGB

 RED value IS 100 (39.45% from 255) = 24.75%

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 24.75%
G = 32.43%
B = 42.82%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6483AD (or 0x6483AD) is known color: Air Force Blue. HEX triplet: 64, 83 and AD. RGB value is (100,131,173). Sum of RGB (Red+Green+Blue) = 100+131+173=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #6483AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6483AD is #9B7C52. Grayscale: #7E7E7E. Windows color (decimal): -10189907 or 11371364. OLE color: 11371364.

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

Color convert

RGB 100 131 173 -
CMYK 0.42 0.24 0 0.32
HSL 214.52º 0.31% 0.54% -
HSV(B) 214.52º 0.42% 0.68% -
XYZ 20.91 21.96 42.67 -
YUV 126.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 100 131 173 0.42 0.24 0 0.32 214.52 0.31 0.54
Hex 64 83 AD 2A 18 0 20 D7 1F 36
Octal 144 203 255 52 30 0 40 327 37 66
Binary 1100100 10000011 10101101 101010 11000 0 100000 11010111 11111 110110

Color Harmonies of #6483AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6483AD

Black with #6483AD

Text Example


Text Example

White with #6483AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,131,173); }

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

background-color css

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

 a { background-color: rgb(100,131,173); }

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

border-color css

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

 span { border-color: rgb(100,131,173); }

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