#628A8D

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

Shades of Gothic #628A8D

Tints of Gothic #628A8D

Color information

#628A8D (or 0x628A8D) is unknown color: approx Gothic. HEX triplet: 62, 8A and 8D. RGB value is (98,138,141). Sum of RGB (Red+Green+Blue) = 98+138+141=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #628A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A8D is #9D7572. Grayscale: #7E7E7E. Windows color (decimal): -10319219 or 9276002. OLE color: 9276002.

HSL color Cylindrical-coordinate representation of color #628A8D: hue angle of 184.19º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628A8D is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98138141-
CMYK0.300.0200.45
HSL184.19º17.99%46.86%-
HSV(B)184.19º30.5%55.29%-
XYZ18.9322.728.58-
YUV126.38136.25107.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=25.99%
G=36.60%
B=37.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981381410.300.0200.45184.1917.9946.86
Hex628A8D1E202Db8122f
Octal1422122153620552702257
Binary11000101000101010001101111101001011011011100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628A8D; }

 p { color: rgb(98,138,141); }

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

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

 a { background-color: rgb(98,138,141); }

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

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

 span { border-color: rgb(98,138,141); }

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