Html Css Color HEX #60849F Air Force Blue

📋 copy color: '#60849F'

red 96 ◦ green 132 ◦ blue 159

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

Shades of Air Force Blue #60849F

Tints of Air Force Blue #60849F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 24.81%
G = 34.11%
B = 41.09%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60849F (or 0x60849F) is known color: Air Force Blue. HEX triplet: 60, 84 and 9F. RGB value is (96,132,159). Sum of RGB (Red+Green+Blue) = 96+132+159=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #60849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60849F is #9F7B60. Grayscale: #7C7C7C. Windows color (decimal): -10451809 or 10454112. OLE color: 10454112.

HSL color Cylindrical-coordinate representation of color #60849F: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60849F is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 132 159 -
CMYK 0.40 0.17 0 0.38
HSL 205.71º 0.25% 0.5% -
HSV(B) 205.71º 0.4% 0.62% -
XYZ 19.33 21.49 35.93 -
YUV 124.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 96 132 159 0.40 0.17 0 0.38 205.71 0.25 0.5
Hex 60 84 9F 28 11 0 26 CE 19 32
Octal 140 204 237 50 21 0 46 316 31 62
Binary 1100000 10000100 10011111 101000 10001 0 100110 11001110 11001 110010

Color Harmonies of #60849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60849F

Black with #60849F

Text Example


Text Example

White with #60849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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