Html Css Color HEX #6390AB Air Force Blue

📋 copy color: '#6390AB'

red 99 ◦ green 144 ◦ blue 171

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

Shades of Air Force Blue #6390AB

Tints of Air Force Blue #6390AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 23.91%
G = 34.78%
B = 41.3%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6390AB (or 0x6390AB) is known color: Air Force Blue. HEX triplet: 63, 90 and AB. RGB value is (99,144,171). Sum of RGB (Red+Green+Blue) = 99+144+171=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #6390AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6390AB is #9C6F54. Grayscale: #858585. Windows color (decimal): -10252117 or 11243619. OLE color: 11243619.

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

Color convert

RGB 99 144 171 -
CMYK 0.42 0.16 0 0.33
HSL 202.5º 0.3% 0.53% -
HSV(B) 202.5º 0.42% 0.67% -
XYZ 22.47 25.54 42.27 -
YUV 133.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 99 144 171 0.42 0.16 0 0.33 202.5 0.3 0.53
Hex 63 90 AB 2A 10 0 21 CA 1E 35
Octal 143 220 253 52 20 0 41 312 36 65
Binary 1100011 10010000 10101011 101010 10000 0 100001 11001010 11110 110101

Color Harmonies of #6390AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390AB

Black with #6390AB

Text Example


Text Example

White with #6390AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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