#60868B

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

Shades of Gothic #60868B

Tints of Gothic #60868B

Color information

#60868B (or 0x60868B) is unknown color: approx Gothic. HEX triplet: 60, 86 and 8B. RGB value is (96,134,139). Sum of RGB (Red+Green+Blue) = 96+134+139=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #60868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60868B is #9F7974. Grayscale: #7B7B7B. Windows color (decimal): -10451317 or 9143904. OLE color: 9143904.

HSL color Cylindrical-coordinate representation of color #60868B: hue angle of 186.98º 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 #60868B is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96134139-
CMYK0.310.0400.45
HSL186.98º18.3%46.08%-
HSV(B)186.98º30.94%54.51%-
XYZ18.0121.427.61-
YUV123.21136.91108.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=26.02%
G=36.31%
B=37.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961341390.310.0400.45186.9818.346.08
Hex60868B1F402Dbb122e
Octal1402062133740552732256
Binary110000010000110100010111111110001011011011101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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