Html Css Color HEX #6386AC Air Force Blue

📋 copy color: '#6386AC'

red 99 ◦ green 134 ◦ blue 172

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

Shades of Air Force Blue #6386AC

Tints of Air Force Blue #6386AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 24.44%
G = 33.09%
B = 42.47%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6386AC (or 0x6386AC) is known color: Air Force Blue. HEX triplet: 63, 86 and AC. RGB value is (99,134,172). Sum of RGB (Red+Green+Blue) = 99+134+172=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #6386AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6386AC is #9C7953. Grayscale: #7F7F7F. Windows color (decimal): -10254676 or 11306595. OLE color: 11306595.

HSL color Cylindrical-coordinate representation of color #6386AC: hue angle of 211.23º degrees, saturation: 0.31, 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 #6386AC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 134 172 -
CMYK 0.42 0.22 0 0.33
HSL 211.23º 0.31% 0.53% -
HSV(B) 211.23º 0.42% 0.67% -
XYZ 21.12 22.68 42.29 -
YUV 127.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 99 134 172 0.42 0.22 0 0.33 211.23 0.31 0.53
Hex 63 86 AC 2A 16 0 21 D3 1F 35
Octal 143 206 254 52 26 0 41 323 37 65
Binary 1100011 10000110 10101100 101010 10110 0 100001 11010011 11111 110101

Color Harmonies of #6386AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6386AC

Black with #6386AC

Text Example


Text Example

White with #6386AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6386AC; }

 p { color: rgb(99,134,172); }

 H1.HeaderClassName
 {
   color: #6386AC;
 }
 .AnyTagClassName
 {
   color: #6386AC;
 }
</style>

background-color css

<style>
 a { background-color: #6386AC; }

 a { background-color: rgb(99,134,172); }

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

border-color css

<style>
 span { border-color: #6386AC; }

 span { border-color: rgb(99,134,172); }

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