#60859C

Color #60859C Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #60859C

Tints of Air Force Blue #60859C

Color information

#60859C (or 0x60859C) is unknown color: approx Air Force Blue. HEX triplet: 60, 85 and 9C. RGB value is (96,133,156). Sum of RGB (Red+Green+Blue) = 96+133+156=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #60859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60859C is #9F7A63. Grayscale: #7C7C7C. Windows color (decimal): -10451556 or 10257760. OLE color: 10257760.

HSL color Cylindrical-coordinate representation of color #60859C: hue angle of 203º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60859C is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96133156-
CMYK0.380.1500.39
HSL203º23.81%49.41%-
HSV(B)203º38.46%61.18%-
XYZ19.2121.6634.62-
YUV124.56145.74107.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=24.94%
G=34.55%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961331560.380.1500.3920323.8149.41
Hex60859C26F027cb1831
Octal14020523446170473133061
Binary11000001000010110011100100110111101001111100101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60859C;
 }
 .AnyTagClassName
 {
   color: #60859C;
 }
</style>
background-color css

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

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

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

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

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

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