Html Css Color HEX #6085AA Air Force Blue

📋 copy color: '#6085AA'

red 96 ◦ green 133 ◦ blue 170

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

Shades of Air Force Blue #6085AA

Tints of Air Force Blue #6085AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

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

R = 24.06%
G = 33.33%
B = 42.61%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6085AA (or 0x6085AA) is known color: Air Force Blue. HEX triplet: 60, 85 and AA. RGB value is (96,133,170). Sum of RGB (Red+Green+Blue) = 96+133+170=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #6085AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6085AA is #9F7A55. Grayscale: #7D7D7D. Windows color (decimal): -10451542 or 11175264. OLE color: 11175264.

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

Color convert

RGB 96 133 170 -
CMYK 0.44 0.22 0 0.33
HSL 210º 0.3% 0.52% -
HSV(B) 210º 0.44% 0.67% -
XYZ 20.47 22.16 41.23 -
YUV 126.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 96 133 170 0.44 0.22 0 0.33 210 0.3 0.52
Hex 60 85 AA 2C 16 0 21 D2 1E 34
Octal 140 205 252 54 26 0 41 322 36 64
Binary 1100000 10000101 10101010 101100 10110 0 100001 11010010 11110 110100

Color Harmonies of #6085AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085AA

Black with #6085AA

Text Example


Text Example

White with #6085AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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