Html Css Color HEX #60859F Air Force Blue

📋 copy color: '#60859F'

red 96 ◦ green 133 ◦ blue 159

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

Shades of Air Force Blue #60859F

Tints of Air Force Blue #60859F

RGB

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

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

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

R = 24.74%
G = 34.28%
B = 40.98%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60859F (or 0x60859F) is known color: Air Force Blue. HEX triplet: 60, 85 and 9F. RGB value is (96,133,159). Sum of RGB (Red+Green+Blue) = 96+133+159=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #60859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60859F is #9F7A60. Grayscale: #7C7C7C. Windows color (decimal): -10451553 or 10454368. OLE color: 10454368.

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

Color convert

RGB 96 133 159 -
CMYK 0.40 0.16 0 0.38
HSL 204.76º 0.25% 0.5% -
HSV(B) 204.76º 0.4% 0.62% -
XYZ 19.47 21.77 35.98 -
YUV 124.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 96 133 159 0.40 0.16 0 0.38 204.76 0.25 0.5
Hex 60 85 9F 28 10 0 26 CD 19 32
Octal 140 205 237 50 20 0 46 315 31 62
Binary 1100000 10000101 10011111 101000 10000 0 100110 11001101 11001 110010

Color Harmonies of #60859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60859F

Black with #60859F

Text Example


Text Example

White with #60859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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