#61858D

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

Shades of Gothic #61858D

Tints of Gothic #61858D

Color information

#61858D (or 0x61858D) is unknown color: approx Gothic. HEX triplet: 61, 85 and 8D. RGB value is (97,133,141). Sum of RGB (Red+Green+Blue) = 97+133+141=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #61858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61858D is #9E7A72. Grayscale: #7B7B7B. Windows color (decimal): -10386035 or 9274721. OLE color: 9274721.

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

Color convert

RGB97133141-
CMYK0.310.0600.45
HSL190.91º18.49%46.67%-
HSV(B)190.91º31.21%55.29%-
XYZ18.1321.2428.34-
YUV123.15138.07109.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=26.15%
G=35.85%
B=38.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971331410.310.0600.45190.9118.4946.67
Hex61858D1F602Dbf122f
Octal1412052153760552772257
Binary110000110000101100011011111111001011011011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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