Html Css Color HEX #6384AA Air Force Blue

📋 copy color: '#6384AA'

red 99 ◦ green 132 ◦ blue 170

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

Shades of Air Force Blue #6384AA

Tints of Air Force Blue #6384AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 24.69%
G = 32.92%
B = 42.39%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6384AA (or 0x6384AA) is known color: Air Force Blue. HEX triplet: 63, 84 and AA. RGB value is (99,132,170). Sum of RGB (Red+Green+Blue) = 99+132+170=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #6384AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6384AA is #9C7B55. Grayscale: #7E7E7E. Windows color (decimal): -10255190 or 11175011. OLE color: 11175011.

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

Color convert

RGB 99 132 170 -
CMYK 0.42 0.22 0 0.33
HSL 212.11º 0.29% 0.53% -
HSV(B) 212.11º 0.42% 0.67% -
XYZ 20.65 22.06 41.2 -
YUV 126.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 99 132 170 0.42 0.22 0 0.33 212.11 0.29 0.53
Hex 63 84 AA 2A 16 0 21 D4 1D 35
Octal 143 204 252 52 26 0 41 324 35 65
Binary 1100011 10000100 10101010 101010 10110 0 100001 11010100 11101 110101

Color Harmonies of #6384AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6384AA

Black with #6384AA

Text Example


Text Example

White with #6384AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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