#628687

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

Shades of Gothic #628687

Tints of Gothic #628687

Color information

#628687 (or 0x628687) is unknown color: approx Gothic. HEX triplet: 62, 86 and 87. RGB value is (98,134,135). Sum of RGB (Red+Green+Blue) = 98+134+135=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #628687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628687 is #9D7978. Grayscale: #7B7B7B. Windows color (decimal): -10320249 or 8881762. OLE color: 8881762.

HSL color Cylindrical-coordinate representation of color #628687: hue angle of 181.62º 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 #628687 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB98134135-
CMYK0.270.0100.47
HSL181.62º15.88%45.69%-
HSV(B)181.62º27.41%52.94%-
XYZ17.9421.426.11-
YUV123.35134.57109.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=26.70%
G=36.51%
B=36.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981341350.270.0100.47181.6215.8845.69
Hex6286871B102Fb6102e
Octal1422062073310572662056
Binary1100010100001101000011111011101011111011011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628687; }

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

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

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

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

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

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

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

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