#6387AE

Color #6387AE Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #6387AE

Tints of Air Force Blue #6387AE

Color information

#6387AE (or 0x6387AE) is unknown color: approx Air Force Blue. HEX triplet: 63, 87 and AE. RGB value is (99,135,174). Sum of RGB (Red+Green+Blue) = 99+135+174=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6387AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6387AE is #9C7851. Grayscale: #808080. Windows color (decimal): -10254418 or 11437923. OLE color: 11437923.

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

Color convert

RGB99135174-
CMYK0.430.2200.32
HSL211.2º31.65%53.53%-
HSV(B)211.2º43.1%68.24%-
XYZ21.4523.0443.36-
YUV128.68153.57106.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=24.26%
G=33.09%
B=42.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991351740.430.2200.32211.231.6553.53
Hex6387AE2B16020d32036
Octal14320725653260403234066
Binary1100011100001111010111010101110110010000011010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6387AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6387AE; }

 p { color: rgb(99,135,174); }

 H1.HeaderClassName
 {
   color: #6387AE;
 }
 .AnyTagClassName
 {
   color: #6387AE;
 }
</style>
background-color css

<style>
 a { background-color: #6387AE; }

 a { background-color: rgb(99,135,174); }

 div.DivClassName
 {
   background-color: #6387AE;
 }
 .BgClassName
 {
   background-color: #6387AE;
 }
</style>
border-color css

<style>
 span { border-color: #6387AE; }

 span { border-color: rgb(99,135,174); }

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