Html Css Color HEX #6185AF Air Force Blue

📋 copy color: '#6185AF'

red 97 ◦ green 133 ◦ blue 175

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

Shades of Air Force Blue #6185AF

Tints of Air Force Blue #6185AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 23.95%
G = 32.84%
B = 43.21%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6185AF (or 0x6185AF) is known color: Air Force Blue. HEX triplet: 61, 85 and AF. RGB value is (97,133,175). Sum of RGB (Red+Green+Blue) = 97+133+175=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #6185AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6185AF is #9E7A50. Grayscale: #7E7E7E. Windows color (decimal): -10386001 or 11502945. OLE color: 11502945.

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

Color convert

RGB 97 133 175 -
CMYK 0.45 0.24 0 0.31
HSL 212.31º 0.33% 0.53% -
HSV(B) 212.31º 0.45% 0.69% -
XYZ 21.06 22.41 43.77 -
YUV 127.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 97 133 175 0.45 0.24 0 0.31 212.31 0.33 0.53
Hex 61 85 AF 2D 18 0 1F D4 21 35
Octal 141 205 257 55 30 0 37 324 41 65
Binary 1100001 10000101 10101111 101101 11000 0 11111 11010100 100001 110101

Color Harmonies of #6185AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185AF

Black with #6185AF

Text Example


Text Example

White with #6185AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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