Html Css Color HEX #60849E Air Force Blue

📋 copy color: '#60849E'

red 96 ◦ green 132 ◦ blue 158

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

Shades of Air Force Blue #60849E

Tints of Air Force Blue #60849E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.93%

R = 24.87%
G = 34.2%
B = 40.93%

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

#60849E (or 0x60849E) is known color: Air Force Blue. HEX triplet: 60, 84 and 9E. RGB value is (96,132,158). Sum of RGB (Red+Green+Blue) = 96+132+158=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #60849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60849E is #9F7B61. Grayscale: #7C7C7C. Windows color (decimal): -10451810 or 10388576. OLE color: 10388576.

HSL color Cylindrical-coordinate representation of color #60849E: hue angle of 205.16º 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 #60849E is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 132 158 -
CMYK 0.39 0.16 0 0.38
HSL 205.16º 0.24% 0.5% -
HSV(B) 205.16º 0.39% 0.62% -
XYZ 19.25 21.46 35.48 -
YUV 124.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 96 132 158 0.39 0.16 0 0.38 205.16 0.24 0.5
Hex 60 84 9E 27 10 0 26 CD 18 32
Octal 140 204 236 47 20 0 46 315 30 62
Binary 1100000 10000100 10011110 100111 10000 0 100110 11001101 11000 110010

Color Harmonies of #60849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60849E

Black with #60849E

Text Example


Text Example

White with #60849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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