Html Css Color HEX #6383AA Air Force Blue

📋 copy color: '#6383AA'

red 99 ◦ green 131 ◦ blue 170

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

Shades of Air Force Blue #6383AA

Tints of Air Force Blue #6383AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 24.75%
G = 32.75%
B = 42.5%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6383AA (or 0x6383AA) is known color: Air Force Blue. HEX triplet: 63, 83 and AA. RGB value is (99,131,170). Sum of RGB (Red+Green+Blue) = 99+131+170=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #6383AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6383AA is #9C7C55. Grayscale: #7D7D7D. Windows color (decimal): -10255446 or 11174755. OLE color: 11174755.

HSL color Cylindrical-coordinate representation of color #6383AA: hue angle of 212.96º degrees, saturation: 0.29, 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 #6383AA is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 131 170 -
CMYK 0.42 0.23 0 0.33
HSL 212.96º 0.29% 0.53% -
HSV(B) 212.96º 0.42% 0.67% -
XYZ 20.52 21.79 41.15 -
YUV 125.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 99 131 170 0.42 0.23 0 0.33 212.96 0.29 0.53
Hex 63 83 AA 2A 17 0 21 D5 1D 35
Octal 143 203 252 52 27 0 41 325 35 65
Binary 1100011 10000011 10101010 101010 10111 0 100001 11010101 11101 110101

Color Harmonies of #6383AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6383AA

Black with #6383AA

Text Example


Text Example

White with #6383AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6383AA; }

 p { color: rgb(99,131,170); }

 H1.HeaderClassName
 {
   color: #6383AA;
 }
 .AnyTagClassName
 {
   color: #6383AA;
 }
</style>

background-color css

<style>
 a { background-color: #6383AA; }

 a { background-color: rgb(99,131,170); }

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

border-color css

<style>
 span { border-color: #6383AA; }

 span { border-color: rgb(99,131,170); }

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