#6483AF

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

Shades of Air Force Blue #6483AF

Tints of Air Force Blue #6483AF

Color information

#6483AF (or 0x6483AF) is unknown color: approx Air Force Blue. HEX triplet: 64, 83 and AF. RGB value is (100,131,175). Sum of RGB (Red+Green+Blue) = 100+131+175=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6483AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6483AF is #9B7C50. Grayscale: #7E7E7E. Windows color (decimal): -10189905 or 11502436. OLE color: 11502436.

HSL color Cylindrical-coordinate representation of color #6483AF: hue angle of 215.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6483AF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100131175-
CMYK0.430.2500.31
HSL215.2º31.91%53.92%-
HSV(B)215.2º42.86%68.63%-
XYZ21.1122.0443.7-
YUV126.75155.23108.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=24.63%
G=32.27%
B=43.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001311750.430.2500.31215.231.9153.92
Hex6483AF2B1901Fd72036
Octal14420325753310373274066
Binary110010010000011101011111010111100101111111010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6483AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6483AF; }

 p { color: rgb(100,131,175); }

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

<style>
 a { background-color: #6483AF; }

 a { background-color: rgb(100,131,175); }

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

<style>
 span { border-color: #6483AF; }

 span { border-color: rgb(100,131,175); }

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