#61868B

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

Shades of Gothic #61868B

Tints of Gothic #61868B

Color information

#61868B (or 0x61868B) is unknown color: approx Gothic. HEX triplet: 61, 86 and 8B. RGB value is (97,134,139). Sum of RGB (Red+Green+Blue) = 97+134+139=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 134 (52.73% from 255 or 36.22% 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 #61868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61868B is #9E7974. Grayscale: #7B7B7B. Windows color (decimal): -10385781 or 9143905. OLE color: 9143905.

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

Color convert

RGB97134139-
CMYK0.300.0400.45
HSL187.14º17.8%46.27%-
HSV(B)187.14º30.22%54.51%-
XYZ18.1221.4627.61-
YUV123.51136.74109.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=26.22%
G=36.22%
B=37.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971341390.300.0400.45187.1417.846.27
Hex61868B1E402Dbb122e
Octal1412062133640552732256
Binary110000110000110100010111111010001011011011101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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