Html Css Color HEX #6284AA Air Force Blue

📋 copy color: '#6284AA'

red 98 ◦ green 132 ◦ blue 170

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

Shades of Air Force Blue #6284AA

Tints of Air Force Blue #6284AA

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.8% from 255) = 42.5%

R = 24.5%
G = 33%
B = 42.5%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6284AA (or 0x6284AA) is known color: 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

RGB 98 132 170 -
CMYK 0.42 0.22 0 0.33
HSL 211.67º 0.3% 0.53% -
HSV(B) 211.67º 0.42% 0.67% -
XYZ 20.54 22 41.19 -
YUV 126.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 98 132 170 0.42 0.22 0 0.33 211.67 0.3 0.53
Hex 62 84 AA 2A 16 0 21 D4 1E 35
Octal 142 204 252 52 26 0 41 324 36 65
Binary 1100010 10000100 10101010 101010 10110 0 100001 11010100 11110 110101

Color Harmonies of #6284AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6284AA

Black with #6284AA

Text Example


Text Example

White with #6284AA

Text Example


Text Example

HTML Codes & Css Web 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>