Html Css Color HEX #6585AB Air Force Blue

📋 copy color: '#6585AB'

red 101 ◦ green 133 ◦ blue 171

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

Shades of Air Force Blue #6585AB

Tints of Air Force Blue #6585AB

RGB

 RED value IS 101 (39.84% from 255) = 24.94%

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

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

R = 24.94%
G = 32.84%
B = 42.22%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6585AB (or 0x6585AB) is known color: Air Force Blue. HEX triplet: 65, 85 and AB. RGB value is (101,133,171). Sum of RGB (Red+Green+Blue) = 101+133+171=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6585AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6585AB is #9A7A54. Grayscale: #7F7F7F. Windows color (decimal): -10123861 or 11240805. OLE color: 11240805.

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

Color convert

RGB 101 133 171 -
CMYK 0.41 0.22 0 0.33
HSL 212.57º 0.29% 0.53% -
HSV(B) 212.57º 0.41% 0.67% -
XYZ 21.11 22.48 41.76 -
YUV 127.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 101 133 171 0.41 0.22 0 0.33 212.57 0.29 0.53
Hex 65 85 AB 29 16 0 21 D5 1D 35
Octal 145 205 253 51 26 0 41 325 35 65
Binary 1100101 10000101 10101011 101001 10110 0 100001 11010101 11101 110101

Color Harmonies of #6585AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6585AB

Black with #6585AB

Text Example


Text Example

White with #6585AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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