Html Css Color HEX #6085AB Air Force Blue

📋 copy color: '#6085AB'

red 96 ◦ green 133 ◦ blue 171

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

Shades of Air Force Blue #6085AB

Tints of Air Force Blue #6085AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 24%
G = 33.25%
B = 42.75%

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

#6085AB (or 0x6085AB) is known color: Air Force Blue. HEX triplet: 60, 85 and AB. RGB value is (96,133,171). Sum of RGB (Red+Green+Blue) = 96+133+171=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #6085AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6085AB is #9F7A54. Grayscale: #7E7E7E. Windows color (decimal): -10451541 or 11240800. OLE color: 11240800.

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

Color convert

RGB 96 133 171 -
CMYK 0.44 0.22 0 0.33
HSL 210.4º 0.31% 0.52% -
HSV(B) 210.4º 0.44% 0.67% -
XYZ 20.56 22.2 41.73 -
YUV 126.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 96 133 171 0.44 0.22 0 0.33 210.4 0.31 0.52
Hex 60 85 AB 2C 16 0 21 D2 1F 34
Octal 140 205 253 54 26 0 41 322 37 64
Binary 1100000 10000101 10101011 101100 10110 0 100001 11010010 11111 110100

Color Harmonies of #6085AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085AB

Black with #6085AB

Text Example


Text Example

White with #6085AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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