#61888B

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

Shades of Gothic #61888B

Tints of Gothic #61888B

Color information

#61888B (or 0x61888B) is unknown color: approx Gothic. HEX triplet: 61, 88 and 8B. RGB value is (97,136,139). Sum of RGB (Red+Green+Blue) = 97+136+139=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #61888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61888B is #9E7774. Grayscale: #7C7C7C. Windows color (decimal): -10385269 or 9144417. OLE color: 9144417.

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

Color convert

RGB97136139-
CMYK0.300.0200.45
HSL184.29º17.8%46.27%-
HSV(B)184.29º30.22%54.51%-
XYZ18.3922.0127.71-
YUV124.68136.08108.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=26.08%
G=36.56%
B=37.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971361390.300.0200.45184.2917.846.27
Hex61888B1E202Db8122e
Octal1412102133620552702256
Binary11000011000100010001011111101001011011011100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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