Html Css Color HEX #6086AE Air Force Blue

📋 copy color: '#6086AE'

red 96 ◦ green 134 ◦ blue 174

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

Shades of Air Force Blue #6086AE

Tints of Air Force Blue #6086AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 23.76%
G = 33.17%
B = 43.07%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6086AE (or 0x6086AE) is known color: Air Force Blue. HEX triplet: 60, 86 and AE. RGB value is (96,134,174). Sum of RGB (Red+Green+Blue) = 96+134+174=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #6086AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6086AE is #9F7951. Grayscale: #7F7F7F. Windows color (decimal): -10451282 or 11437664. OLE color: 11437664.

HSL color Cylindrical-coordinate representation of color #6086AE: hue angle of 210.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6086AE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 134 174 -
CMYK 0.45 0.23 0 0.32
HSL 210.77º 0.33% 0.53% -
HSV(B) 210.77º 0.45% 0.68% -
XYZ 20.99 22.59 43.3 -
YUV 127.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 96 134 174 0.45 0.23 0 0.32 210.77 0.33 0.53
Hex 60 86 AE 2D 17 0 20 D3 20 35
Octal 140 206 256 55 27 0 40 323 40 65
Binary 1100000 10000110 10101110 101101 10111 0 100000 11010011 100000 110101

Color Harmonies of #6086AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6086AE

Black with #6086AE

Text Example


Text Example

White with #6086AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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