Html Css Color HEX #628D93 Gothic

📋 copy color: '#628D93'

red 98 ◦ green 141 ◦ blue 147

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

Shades of Gothic #628D93

Tints of Gothic #628D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 25.39%
G = 36.53%
B = 38.08%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#628D93 (or 0x628D93) is known color: Gothic. HEX triplet: 62, 8D and 93. RGB value is (98,141,147). Sum of RGB (Red+Green+Blue) = 98+141+147=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #628D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D93 is #9D726C. Grayscale: #808080. Windows color (decimal): -10318445 or 9669986. OLE color: 9669986.

HSL color Cylindrical-coordinate representation of color #628D93: hue angle of 187.35º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628D93 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 141 147 -
CMYK 0.33 0.04 0 0.42
HSL 187.35º 0.2% 0.48% -
HSV(B) 187.35º 0.33% 0.58% -
XYZ 19.83 23.75 31.14 -
YUV 128.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 98 141 147 0.33 0.04 0 0.42 187.35 0.2 0.48
Hex 62 8D 93 21 4 0 2A BB 14 30
Octal 142 215 223 41 4 0 52 273 24 60
Binary 1100010 10001101 10010011 100001 100 0 101010 10111011 10100 110000

Color Harmonies of #628D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628D93

Black with #628D93

Text Example


Text Example

White with #628D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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