Html Css Color HEX #6381A5 Air Force Blue

📋 copy color: '#6381A5'

red 99 ◦ green 129 ◦ blue 165

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

Shades of Air Force Blue #6381A5

Tints of Air Force Blue #6381A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 25.19%
G = 32.82%
B = 41.98%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6381A5 (or 0x6381A5) is known color: Air Force Blue. HEX triplet: 63, 81 and A5. RGB value is (99,129,165). Sum of RGB (Red+Green+Blue) = 99+129+165=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #6381A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6381A5 is #9C7E5A. Grayscale: #7B7B7B. Windows color (decimal): -10255963 or 10846563. OLE color: 10846563.

HSL color Cylindrical-coordinate representation of color #6381A5: hue angle of 212.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6381A5 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 129 165 -
CMYK 0.40 0.22 0 0.35
HSL 212.73º 0.27% 0.52% -
HSV(B) 212.73º 0.4% 0.65% -
XYZ 19.79 21.07 38.62 -
YUV 124.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 99 129 165 0.40 0.22 0 0.35 212.73 0.27 0.52
Hex 63 81 A5 28 16 0 23 D5 1B 34
Octal 143 201 245 50 26 0 43 325 33 64
Binary 1100011 10000001 10100101 101000 10110 0 100011 11010101 11011 110100

Color Harmonies of #6381A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6381A5

Black with #6381A5

Text Example


Text Example

White with #6381A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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