Html Css Color HEX #628C83 Patina

📋 copy color: '#628C83'

red 98 ◦ green 140 ◦ blue 131

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

Shades of Patina #628C83

Tints of Patina #628C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 26.56%
G = 37.94%
B = 35.5%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#628C83 (or 0x628C83) is known color: Patina. HEX triplet: 62, 8C and 83. RGB value is (98,140,131). Sum of RGB (Red+Green+Blue) = 98+140+131=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #628C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C83 is #9D737C. Grayscale: #7E7E7E. Windows color (decimal): -10318717 or 8621154. OLE color: 8621154.

HSL color Cylindrical-coordinate representation of color #628C83: hue angle of 167.14º 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 #628C83 is Cyan = 0.3, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 140 131 -
CMYK 0.3 0 0.06 0.45
HSL 167.14º 0.18% 0.47% -
HSV(B) 167.14º 0.3% 0.55% -
XYZ 18.51 22.99 24.93 -
YUV 126.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 98 140 131 0.3 0 0.06 0.45 167.14 0.18 0.47
Hex 62 8C 83 1E 0 6 2D A7 12 2F
Octal 142 214 203 36 0 6 55 247 22 57
Binary 1100010 10001100 10000011 11110 0 110 101101 10100111 10010 101111

Color Harmonies of #628C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628C83

Black with #628C83

Text Example


Text Example

White with #628C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,140,131); }

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

background-color css

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

 a { background-color: rgb(98,140,131); }

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

border-color css

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

 span { border-color: rgb(98,140,131); }

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