#628487

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

Shades of Gothic #628487

Tints of Gothic #628487

Color information

#628487 (or 0x628487) is unknown color: approx Gothic. HEX triplet: 62, 84 and 87. RGB value is (98,132,135). Sum of RGB (Red+Green+Blue) = 98+132+135=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #628487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628487 is #9D7B78. Grayscale: #7A7A7A. Windows color (decimal): -10320761 or 8881250. OLE color: 8881250.

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

Color convert

RGB98132135-
CMYK0.270.0200.47
HSL184.86º15.88%45.69%-
HSV(B)184.86º27.41%52.94%-
XYZ17.6620.8526.01-
YUV122.18135.24110.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=26.85%
G=36.16%
B=36.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981321350.270.0200.47184.8615.8845.69
Hex6284871B202Fb9102e
Octal1422042073320572712056
Binary11000101000010010000111110111001011111011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628487; }

 p { color: rgb(98,132,135); }

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

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

 a { background-color: rgb(98,132,135); }

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

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

 span { border-color: rgb(98,132,135); }

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