Html Css Color HEX #628487 Gothic

📋 copy color: '#628487'

red 98 ◦ green 132 ◦ blue 135

#628487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #628487

Tints of Gothic #628487

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.13% from 255) = 36.99%

R = 26.85%
G = 36.16%
B = 36.99%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#628487 (or 0x628487) is known color: 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

RGB 98 132 135 -
CMYK 0.27 0.02 0 0.47
HSL 184.86º 0.16% 0.46% -
HSV(B) 184.86º 0.27% 0.53% -
XYZ 17.66 20.85 26.01 -
YUV 122.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 98 132 135 0.27 0.02 0 0.47 184.86 0.16 0.46
Hex 62 84 87 1B 2 0 2F B9 10 2E
Octal 142 204 207 33 2 0 57 271 20 56
Binary 1100010 10000100 10000111 11011 10 0 101111 10111001 10000 101110

Color Harmonies of #628487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628487

Black with #628487

Text Example


Text Example

White with #628487

Text Example


Text Example

HTML Codes & Css Web 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>