#618488

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

Shades of Gothic #618488

Tints of Gothic #618488

Color information

#618488 (or 0x618488) is unknown color: approx Gothic. HEX triplet: 61, 84 and 88. RGB value is (97,132,136). Sum of RGB (Red+Green+Blue) = 97+132+136=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #618488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618488 is #9E7B77. Grayscale: #797979. Windows color (decimal): -10386296 or 8946785. OLE color: 8946785.

HSL color Cylindrical-coordinate representation of color #618488: hue angle of 186.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618488 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97132136-
CMYK0.290.0300.47
HSL186.15º16.74%45.69%-
HSV(B)186.15º28.68%53.33%-
XYZ17.6220.8226.38-
YUV121.99135.9110.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=26.58%
G=36.16%
B=37.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971321360.290.0300.47186.1516.7445.69
Hex6184881D302Fba112e
Octal1412042103530572722156
Binary11000011000010010001000111011101011111011101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618488; }

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

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

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

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

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

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

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

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