Html Css Color HEX #60849D Air Force Blue

📋 copy color: '#60849D'

red 96 ◦ green 132 ◦ blue 157

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

Shades of Air Force Blue #60849D

Tints of Air Force Blue #60849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 24.94%
G = 34.29%
B = 40.78%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60849D (or 0x60849D) is known color: Air Force Blue. HEX triplet: 60, 84 and 9D. RGB value is (96,132,157). Sum of RGB (Red+Green+Blue) = 96+132+157=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #60849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60849D is #9F7B62. Grayscale: #7B7B7B. Windows color (decimal): -10451811 or 10323040. OLE color: 10323040.

HSL color Cylindrical-coordinate representation of color #60849D: hue angle of 204.59º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60849D is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 132 157 -
CMYK 0.39 0.16 0 0.38
HSL 204.59º 0.24% 0.5% -
HSV(B) 204.59º 0.39% 0.62% -
XYZ 19.16 21.42 35.02 -
YUV 124.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 96 132 157 0.39 0.16 0 0.38 204.59 0.24 0.5
Hex 60 84 9D 27 10 0 26 CD 18 32
Octal 140 204 235 47 20 0 46 315 30 62
Binary 1100000 10000100 10011101 100111 10000 0 100110 11001101 11000 110010

Color Harmonies of #60849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60849D

Black with #60849D

Text Example


Text Example

White with #60849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60849D; }

 p { color: rgb(96,132,157); }

 H1.HeaderClassName
 {
   color: #60849D;
 }
 .AnyTagClassName
 {
   color: #60849D;
 }
</style>

background-color css

<style>
 a { background-color: #60849D; }

 a { background-color: rgb(96,132,157); }

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

border-color css

<style>
 span { border-color: #60849D; }

 span { border-color: rgb(96,132,157); }

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