Html Css Color HEX #6392AB Air Force Blue

📋 copy color: '#6392AB'

red 99 ◦ green 146 ◦ blue 171

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

Shades of Air Force Blue #6392AB

Tints of Air Force Blue #6392AB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 23.8%
G = 35.1%
B = 41.11%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6392AB (or 0x6392AB) is known color: Air Force Blue. HEX triplet: 63, 92 and AB. RGB value is (99,146,171). Sum of RGB (Red+Green+Blue) = 99+146+171=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #6392AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6392AB is #9C6D54. Grayscale: #868686. Windows color (decimal): -10251605 or 11244131. OLE color: 11244131.

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

Color convert

RGB 99 146 171 -
CMYK 0.42 0.15 0 0.33
HSL 200.83º 0.3% 0.53% -
HSV(B) 200.83º 0.42% 0.67% -
XYZ 22.78 26.15 42.38 -
YUV 134.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 99 146 171 0.42 0.15 0 0.33 200.83 0.3 0.53
Hex 63 92 AB 2A F 0 21 C9 1E 35
Octal 143 222 253 52 17 0 41 311 36 65
Binary 1100011 10010010 10101011 101010 1111 0 100001 11001001 11110 110101

Color Harmonies of #6392AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6392AB

Black with #6392AB

Text Example


Text Example

White with #6392AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6392AB; }

 p { color: rgb(99,146,171); }

 H1.HeaderClassName
 {
   color: #6392AB;
 }
 .AnyTagClassName
 {
   color: #6392AB;
 }
</style>

background-color css

<style>
 a { background-color: #6392AB; }

 a { background-color: rgb(99,146,171); }

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

border-color css

<style>
 span { border-color: #6392AB; }

 span { border-color: rgb(99,146,171); }

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