#61878D

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

Shades of Gothic #61878D

Tints of Gothic #61878D

Color information

#61878D (or 0x61878D) is unknown color: approx Gothic. HEX triplet: 61, 87 and 8D. RGB value is (97,135,141). Sum of RGB (Red+Green+Blue) = 97+135+141=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #61878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61878D is #9E7872. Grayscale: #7C7C7C. Windows color (decimal): -10385523 or 9275233. OLE color: 9275233.

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

Color convert

RGB97135141-
CMYK0.310.0400.45
HSL188.18º18.49%46.67%-
HSV(B)188.18º31.21%55.29%-
XYZ18.421.7928.44-
YUV124.32137.41108.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=26.01%
G=36.19%
B=37.80%

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
Decimal971351410.310.0400.45188.1818.4946.67
Hex61878D1F402Dbc122f
Octal1412072153740552742257
Binary110000110000111100011011111110001011011011110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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