#61858A

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

Shades of Gothic #61858A

Tints of Gothic #61858A

Color information

#61858A (or 0x61858A) is unknown color: approx Gothic. HEX triplet: 61, 85 and 8A. RGB value is (97,133,138). Sum of RGB (Red+Green+Blue) = 97+133+138=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #61858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61858A is #9E7A75. Grayscale: #7A7A7A. Windows color (decimal): -10386038 or 9078113. OLE color: 9078113.

HSL color Cylindrical-coordinate representation of color #61858A: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61858A is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97133138-
CMYK0.300.0400.46
HSL187.32º17.45%46.08%-
HSV(B)187.32º29.71%54.12%-
XYZ17.921.1527.18-
YUV122.81136.57109.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=26.36%
G=36.14%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971331380.300.0400.46187.3217.4546.08
Hex61858A1E402Ebb112e
Octal1412052123640562732156
Binary110000110000101100010101111010001011101011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61858A; }

 p { color: rgb(97,133,138); }

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

<style>
 a { background-color: #61858A; }

 a { background-color: rgb(97,133,138); }

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

<style>
 span { border-color: #61858A; }

 span { border-color: rgb(97,133,138); }

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