#61888E

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

Shades of Gothic #61888E

Tints of Gothic #61888E

Color information

#61888E (or 0x61888E) is unknown color: approx Gothic. HEX triplet: 61, 88 and 8E. RGB value is (97,136,142). Sum of RGB (Red+Green+Blue) = 97+136+142=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #61888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61888E is #9E7771. Grayscale: #7C7C7C. Windows color (decimal): -10385266 or 9341025. OLE color: 9341025.

HSL color Cylindrical-coordinate representation of color #61888E: hue angle of 188º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61888E is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97136142-
CMYK0.320.0400.44
HSL188º18.83%46.86%-
HSV(B)188º31.69%55.69%-
XYZ18.6222.128.88-
YUV125.02137.58108.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=25.87%
G=36.27%
B=37.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971361420.320.0400.4418818.8346.86
Hex61888E20402Cbc132f
Octal1412102164040542742357
Binary1100001100010001000111010000010001011001011110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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