Html Css Color HEX #6086AA Air Force Blue

📋 copy color: '#6086AA'

red 96 ◦ green 134 ◦ blue 170

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

Shades of Air Force Blue #6086AA

Tints of Air Force Blue #6086AA

RGB

 RED value IS 96 (37.89% from 255) = 24%

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 24%
G = 33.5%
B = 42.5%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6086AA (or 0x6086AA) is known color: Air Force Blue. HEX triplet: 60, 86 and AA. RGB value is (96,134,170). Sum of RGB (Red+Green+Blue) = 96+134+170=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 134 (52.73% from 255 or 33.5% 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 #6086AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6086AA is #9F7955. Grayscale: #7E7E7E. Windows color (decimal): -10451286 or 11175520. OLE color: 11175520.

HSL color Cylindrical-coordinate representation of color #6086AA: hue angle of 209.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6086AA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 134 170 -
CMYK 0.44 0.21 0 0.33
HSL 209.19º 0.3% 0.52% -
HSV(B) 209.19º 0.44% 0.67% -
XYZ 20.6 22.44 41.28 -
YUV 126.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 96 134 170 0.44 0.21 0 0.33 209.19 0.3 0.52
Hex 60 86 AA 2C 15 0 21 D1 1E 34
Octal 140 206 252 54 25 0 41 321 36 64
Binary 1100000 10000110 10101010 101100 10101 0 100001 11010001 11110 110100

Color Harmonies of #6086AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086AA

Black with #6086AA

Text Example


Text Example

White with #6086AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,134,170); }

 H1.HeaderClassName
 {
   color: #6086AA;
 }
 .AnyTagClassName
 {
   color: #6086AA;
 }
</style>

background-color css

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

 a { background-color: rgb(96,134,170); }

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

border-color css

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

 span { border-color: rgb(96,134,170); }

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