#618486

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

Shades of Gothic #618486

Tints of Gothic #618486

Color information

#618486 (or 0x618486) is unknown color: approx Gothic. HEX triplet: 61, 84 and 86. RGB value is (97,132,134). Sum of RGB (Red+Green+Blue) = 97+132+134=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #618486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618486 is #9E7B79. Grayscale: #797979. Windows color (decimal): -10386298 or 8815713. OLE color: 8815713.

HSL color Cylindrical-coordinate representation of color #618486: hue angle of 183.24º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618486 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97132134-
CMYK0.280.0100.47
HSL183.24º16.02%45.29%-
HSV(B)183.24º27.61%52.55%-
XYZ17.4820.7725.64-
YUV121.76134.9110.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=26.72%
G=36.36%
B=36.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971321340.280.0100.47183.2416.0245.29
Hex6184861C102Fb7102d
Octal1412042063410572672055
Binary1100001100001001000011011100101011111011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618486; }

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

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

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

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

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

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

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

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