#60878B

Color #60878B Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #60878B

Tints of Gothic #60878B

Color information

#60878B (or 0x60878B) is unknown color: approx Gothic. HEX triplet: 60, 87 and 8B. RGB value is (96,135,139). Sum of RGB (Red+Green+Blue) = 96+135+139=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #60878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60878B is #9F7874. Grayscale: #7B7B7B. Windows color (decimal): -10451061 or 9144160. OLE color: 9144160.

HSL color Cylindrical-coordinate representation of color #60878B: hue angle of 185.58º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60878B is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96135139-
CMYK0.310.0300.45
HSL185.58º18.3%46.08%-
HSV(B)185.58º30.94%54.51%-
XYZ18.1521.6827.65-
YUV123.79136.58108.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=25.95%
G=36.49%
B=37.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961351390.310.0300.45185.5818.346.08
Hex60878B1F302Dba122e
Octal1402072133730552722256
Binary11000001000011110001011111111101011011011101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60878B; }

 p { color: rgb(96,135,139); }

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

<style>
 a { background-color: #60878B; }

 a { background-color: rgb(96,135,139); }

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

<style>
 span { border-color: #60878B; }

 span { border-color: rgb(96,135,139); }

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