#61878B

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

Shades of Gothic #61878B

Tints of Gothic #61878B

Color information

#61878B (or 0x61878B) is unknown color: approx Gothic. HEX triplet: 61, 87 and 8B. RGB value is (97,135,139). Sum of RGB (Red+Green+Blue) = 97+135+139=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #61878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61878B is #9E7874. Grayscale: #7C7C7C. Windows color (decimal): -10385525 or 9144161. OLE color: 9144161.

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

Color convert

RGB97135139-
CMYK0.300.0300.45
HSL185.71º17.8%46.27%-
HSV(B)185.71º30.22%54.51%-
XYZ18.2521.7327.66-
YUV124.09136.41108.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=26.15%
G=36.39%
B=37.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971351390.300.0300.45185.7117.846.27
Hex61878B1E302Dba122e
Octal1412072133630552722256
Binary11000011000011110001011111101101011011011101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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