Html Css Color HEX #6381A0 Air Force Blue

📋 copy color: '#6381A0'

red 99 ◦ green 129 ◦ blue 160

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

Shades of Air Force Blue #6381A0

Tints of Air Force Blue #6381A0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 25.52%
G = 33.25%
B = 41.24%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6381A0 (or 0x6381A0) is known color: Air Force Blue. HEX triplet: 63, 81 and A0. RGB value is (99,129,160). Sum of RGB (Red+Green+Blue) = 99+129+160=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #6381A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6381A0 is #9C7E5F. Grayscale: #7B7B7B. Windows color (decimal): -10255968 or 10518883. OLE color: 10518883.

HSL color Cylindrical-coordinate representation of color #6381A0: hue angle of 210.49º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6381A0 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 129 160 -
CMYK 0.38 0.19 0 0.37
HSL 210.49º 0.24% 0.51% -
HSV(B) 210.49º 0.38% 0.63% -
XYZ 19.34 20.89 36.27 -
YUV 123.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 99 129 160 0.38 0.19 0 0.37 210.49 0.24 0.51
Hex 63 81 A0 26 13 0 25 D2 18 33
Octal 143 201 240 46 23 0 45 322 30 63
Binary 1100011 10000001 10100000 100110 10011 0 100101 11010010 11000 110011

Color Harmonies of #6381A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6381A0

Black with #6381A0

Text Example


Text Example

White with #6381A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6381A0; }

 p { color: rgb(99,129,160); }

 H1.HeaderClassName
 {
   color: #6381A0;
 }
 .AnyTagClassName
 {
   color: #6381A0;
 }
</style>

background-color css

<style>
 a { background-color: #6381A0; }

 a { background-color: rgb(99,129,160); }

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

border-color css

<style>
 span { border-color: #6381A0; }

 span { border-color: rgb(99,129,160); }

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