Html Css Color HEX #6286AC Air Force Blue

📋 copy color: '#6286AC'

red 98 ◦ green 134 ◦ blue 172

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

Shades of Air Force Blue #6286AC

Tints of Air Force Blue #6286AC

RGB

 RED value IS 98 (38.67% from 255) = 24.26%

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 24.26%
G = 33.17%
B = 42.57%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6286AC (or 0x6286AC) is known color: Air Force Blue. HEX triplet: 62, 86 and AC. RGB value is (98,134,172). Sum of RGB (Red+Green+Blue) = 98+134+172=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #6286AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6286AC is #9D7953. Grayscale: #7F7F7F. Windows color (decimal): -10320212 or 11306594. OLE color: 11306594.

HSL color Cylindrical-coordinate representation of color #6286AC: hue angle of 210.81º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6286AC is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 134 172 -
CMYK 0.43 0.22 0 0.33
HSL 210.81º 0.31% 0.53% -
HSV(B) 210.81º 0.43% 0.67% -
XYZ 21.01 22.63 42.29 -
YUV 127.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 98 134 172 0.43 0.22 0 0.33 210.81 0.31 0.53
Hex 62 86 AC 2B 16 0 21 D3 1F 35
Octal 142 206 254 53 26 0 41 323 37 65
Binary 1100010 10000110 10101100 101011 10110 0 100001 11010011 11111 110101

Color Harmonies of #6286AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286AC

Black with #6286AC

Text Example


Text Example

White with #6286AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6286AC; }

 p { color: rgb(98,134,172); }

 H1.HeaderClassName
 {
   color: #6286AC;
 }
 .AnyTagClassName
 {
   color: #6286AC;
 }
</style>

background-color css

<style>
 a { background-color: #6286AC; }

 a { background-color: rgb(98,134,172); }

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

border-color css

<style>
 span { border-color: #6286AC; }

 span { border-color: rgb(98,134,172); }

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