#6388AD

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

Shades of Air Force Blue #6388AD

Tints of Air Force Blue #6388AD

Color information

#6388AD (or 0x6388AD) is unknown color: approx Air Force Blue. HEX triplet: 63, 88 and AD. RGB value is (99,136,173). Sum of RGB (Red+Green+Blue) = 99+136+173=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 136 (53.52% from 255 or 33.33% 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 #6388AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6388AD is #9C7752. Grayscale: #808080. Windows color (decimal): -10254163 or 11372643. OLE color: 11372643.

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

Color convert

RGB99136173-
CMYK0.430.2100.32
HSL210º31.09%53.33%-
HSV(B)210º42.77%67.84%-
XYZ21.4923.2842.9-
YUV129.16152.74106.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=24.26%
G=33.33%
B=42.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991361730.430.2100.3221031.0953.33
Hex6388AD2B15020d21f35
Octal14321025553250403223765
Binary110001110001000101011011010111010101000001101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6388AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,136,173); }

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

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

 a { background-color: rgb(99,136,173); }

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

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

 span { border-color: rgb(99,136,173); }

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