Html Css Color HEX #6185AB Air Force Blue

📋 copy color: '#6185AB'

red 97 ◦ green 133 ◦ blue 171

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

Shades of Air Force Blue #6185AB

Tints of Air Force Blue #6185AB

RGB

 RED value IS 97 (38.28% from 255) = 24.19%

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

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

R = 24.19%
G = 33.17%
B = 42.64%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6185AB (or 0x6185AB) is known color: Air Force Blue. HEX triplet: 61, 85 and AB. RGB value is (97,133,171). Sum of RGB (Red+Green+Blue) = 97+133+171=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #6185AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6185AB is #9E7A54. Grayscale: #7E7E7E. Windows color (decimal): -10386005 or 11240801. OLE color: 11240801.

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

Color convert

RGB 97 133 171 -
CMYK 0.43 0.22 0 0.33
HSL 210.81º 0.31% 0.53% -
HSV(B) 210.81º 0.43% 0.67% -
XYZ 20.67 22.26 41.73 -
YUV 126.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 97 133 171 0.43 0.22 0 0.33 210.81 0.31 0.53
Hex 61 85 AB 2B 16 0 21 D3 1F 35
Octal 141 205 253 53 26 0 41 323 37 65
Binary 1100001 10000101 10101011 101011 10110 0 100001 11010011 11111 110101

Color Harmonies of #6185AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185AB

Black with #6185AB

Text Example


Text Example

White with #6185AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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