Html Css Color HEX #6483AC Air Force Blue

📋 copy color: '#6483AC'

red 100 ◦ green 131 ◦ blue 172

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

Shades of Air Force Blue #6483AC

Tints of Air Force Blue #6483AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 24.81%
G = 32.51%
B = 42.68%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6483AC (or 0x6483AC) is known color: Air Force Blue. HEX triplet: 64, 83 and AC. RGB value is (100,131,172). Sum of RGB (Red+Green+Blue) = 100+131+172=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6483AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6483AC is #9B7C53. Grayscale: #7E7E7E. Windows color (decimal): -10189908 or 11305828. OLE color: 11305828.

HSL color Cylindrical-coordinate representation of color #6483AC: hue angle of 214.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6483AC is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 131 172 -
CMYK 0.42 0.24 0 0.33
HSL 214.17º 0.3% 0.53% -
HSV(B) 214.17º 0.42% 0.67% -
XYZ 20.82 21.92 42.16 -
YUV 126.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 100 131 172 0.42 0.24 0 0.33 214.17 0.3 0.53
Hex 64 83 AC 2A 18 0 21 D6 1E 35
Octal 144 203 254 52 30 0 41 326 36 65
Binary 1100100 10000011 10101100 101010 11000 0 100001 11010110 11110 110101

Color Harmonies of #6483AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6483AC

Black with #6483AC

Text Example


Text Example

White with #6483AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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