#61888C

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

Shades of Gothic #61888C

Tints of Gothic #61888C

Color information

#61888C (or 0x61888C) is unknown color: approx Gothic. HEX triplet: 61, 88 and 8C. RGB value is (97,136,140). Sum of RGB (Red+Green+Blue) = 97+136+140=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #61888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61888C is #9E7773. Grayscale: #7C7C7C. Windows color (decimal): -10385268 or 9209953. OLE color: 9209953.

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

Color convert

RGB97136140-
CMYK0.310.0300.45
HSL185.58º18.14%46.47%-
HSV(B)185.58º30.71%54.9%-
XYZ18.4722.0428.09-
YUV124.79136.58108.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=26.01%
G=36.46%
B=37.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971361400.310.0300.45185.5818.1446.47
Hex61888C1F302Dba122e
Octal1412102143730552722256
Binary11000011000100010001100111111101011011011101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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