#61888D

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

Shades of Gothic #61888D

Tints of Gothic #61888D

Color information

#61888D (or 0x61888D) is unknown color: approx Gothic. HEX triplet: 61, 88 and 8D. RGB value is (97,136,141). Sum of RGB (Red+Green+Blue) = 97+136+141=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #61888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61888D is #9E7772. Grayscale: #7C7C7C. Windows color (decimal): -10385267 or 9275489. OLE color: 9275489.

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

Color convert

RGB97136141-
CMYK0.310.0400.45
HSL186.82º18.49%46.67%-
HSV(B)186.82º31.21%55.29%-
XYZ18.5422.0728.48-
YUV124.91137.08108.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=25.94%
G=36.36%
B=37.70%

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
Decimal971361410.310.0400.45186.8218.4946.67
Hex61888D1F402Dbb122f
Octal1412102153740552732257
Binary110000110001000100011011111110001011011011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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