#6284AA

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

Shades of Air Force Blue #6284AA

Tints of Air Force Blue #6284AA

Color information

#6284AA (or 0x6284AA) is unknown color: approx Air Force Blue. HEX triplet: 62, 84 and AA. RGB value is (98,132,170). Sum of RGB (Red+Green+Blue) = 98+132+170=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #6284AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6284AA is #9D7B55. Grayscale: #7D7D7D. Windows color (decimal): -10320726 or 11175010. OLE color: 11175010.

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

Color convert

RGB98132170-
CMYK0.420.2200.33
HSL211.67º29.75%52.55%-
HSV(B)211.67º42.35%66.67%-
XYZ20.542241.19-
YUV126.17152.74107.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.5%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=24.5%
G=33%
B=42.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981321700.420.2200.33211.6729.7552.55
Hex6284AA2A16021d41e35
Octal14220425252260413243665
Binary110001010000100101010101010101011001000011101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6284AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6284AA; }

 p { color: rgb(98,132,170); }

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

<style>
 a { background-color: #6284AA; }

 a { background-color: rgb(98,132,170); }

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

<style>
 span { border-color: #6284AA; }

 span { border-color: rgb(98,132,170); }

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