#6282AF

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

Shades of Air Force Blue #6282AF

Tints of Air Force Blue #6282AF

Color information

#6282AF (or 0x6282AF) is unknown color: approx Air Force Blue. HEX triplet: 62, 82 and AF. RGB value is (98,130,175). Sum of RGB (Red+Green+Blue) = 98+130+175=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6282AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6282AF is #9D7D50. Grayscale: #7D7D7D. Windows color (decimal): -10321233 or 11502178. OLE color: 11502178.

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

Color convert

RGB98130175-
CMYK0.440.2600.31
HSL215.06º32.49%53.53%-
HSV(B)215.06º44%68.63%-
XYZ20.7621.6643.64-
YUV125.56155.9108.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=24.32%
G=32.26%
B=43.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981301750.440.2600.31215.0632.4953.53
Hex6282AF2C1A01Fd72036
Octal14220225754320373274066
Binary110001010000010101011111011001101001111111010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6282AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,130,175); }

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

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

 a { background-color: rgb(98,130,175); }

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

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

 span { border-color: rgb(98,130,175); }

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