Html Css Color HEX #6487AD Air Force Blue

📋 copy color: '#6487AD'

red 100 ◦ green 135 ◦ blue 173

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

Shades of Air Force Blue #6487AD

Tints of Air Force Blue #6487AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 24.51%
G = 33.09%
B = 42.4%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6487AD (or 0x6487AD) is known color: Air Force Blue. HEX triplet: 64, 87 and AD. RGB value is (100,135,173). Sum of RGB (Red+Green+Blue) = 100+135+173=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #6487AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6487AD is #9B7852. Grayscale: #808080. Windows color (decimal): -10188883 or 11372388. OLE color: 11372388.

HSL color Cylindrical-coordinate representation of color #6487AD: hue angle of 211.23º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6487AD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 135 173 -
CMYK 0.42 0.22 0 0.32
HSL 211.23º 0.31% 0.54% -
HSV(B) 211.23º 0.42% 0.68% -
XYZ 21.46 23.05 42.85 -
YUV 128.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 100 135 173 0.42 0.22 0 0.32 211.23 0.31 0.54
Hex 64 87 AD 2A 16 0 20 D3 1F 36
Octal 144 207 255 52 26 0 40 323 37 66
Binary 1100100 10000111 10101101 101010 10110 0 100000 11010011 11111 110110

Color Harmonies of #6487AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6487AD

Black with #6487AD

Text Example


Text Example

White with #6487AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6487AD; }

 p { color: rgb(100,135,173); }

 H1.HeaderClassName
 {
   color: #6487AD;
 }
 .AnyTagClassName
 {
   color: #6487AD;
 }
</style>

background-color css

<style>
 a { background-color: #6487AD; }

 a { background-color: rgb(100,135,173); }

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

border-color css

<style>
 span { border-color: #6487AD; }

 span { border-color: rgb(100,135,173); }

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