Html Css Color HEX #628890 Gothic

📋 copy color: '#628890'

red 98 ◦ green 136 ◦ blue 144

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

Shades of Gothic #628890

Tints of Gothic #628890

RGB

 RED value IS 98 (38.67% from 255) = 25.93%

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 25.93%
G = 35.98%
B = 38.1%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#628890 (or 0x628890) is known color: Gothic. HEX triplet: 62, 88 and 90. RGB value is (98,136,144). Sum of RGB (Red+Green+Blue) = 98+136+144=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #628890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628890 is #9D776F. Grayscale: #7D7D7D. Windows color (decimal): -10319728 or 9472098. OLE color: 9472098.

HSL color Cylindrical-coordinate representation of color #628890: hue angle of 190.43º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #628890 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 136 144 -
CMYK 0.32 0.06 0 0.44
HSL 190.43º 0.19% 0.47% -
HSV(B) 190.43º 0.32% 0.56% -
XYZ 18.88 22.22 29.68 -
YUV 125.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 98 136 144 0.32 0.06 0 0.44 190.43 0.19 0.47
Hex 62 88 90 20 6 0 2C BE 13 2F
Octal 142 210 220 40 6 0 54 276 23 57
Binary 1100010 10001000 10010000 100000 110 0 101100 10111110 10011 101111

Color Harmonies of #628890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628890

Black with #628890

Text Example


Text Example

White with #628890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628890; }

 p { color: rgb(98,136,144); }

 H1.HeaderClassName
 {
   color: #628890;
 }
 .AnyTagClassName
 {
   color: #628890;
 }
</style>

background-color css

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

 a { background-color: rgb(98,136,144); }

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

border-color css

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

 span { border-color: rgb(98,136,144); }

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