Html Css Color HEX #628B83 Patina

📋 copy color: '#628B83'

red 98 ◦ green 139 ◦ blue 131

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

Shades of Patina #628B83

Tints of Patina #628B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

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

R = 26.63%
G = 37.77%
B = 35.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#628B83 (or 0x628B83) is known color: Patina. HEX triplet: 62, 8B and 83. RGB value is (98,139,131). Sum of RGB (Red+Green+Blue) = 98+139+131=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #628B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B83 is #9D747C. Grayscale: #7D7D7D. Windows color (decimal): -10318973 or 8620898. OLE color: 8620898.

HSL color Cylindrical-coordinate representation of color #628B83: hue angle of 168.29º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B83 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 139 131 -
CMYK 0.29 0 0.06 0.45
HSL 168.29º 0.17% 0.46% -
HSV(B) 168.29º 0.29% 0.55% -
XYZ 18.37 22.7 24.89 -
YUV 125.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 98 139 131 0.29 0 0.06 0.45 168.29 0.17 0.46
Hex 62 8B 83 1D 0 6 2D A8 11 2E
Octal 142 213 203 35 0 6 55 250 21 56
Binary 1100010 10001011 10000011 11101 0 110 101101 10101000 10001 101110

Color Harmonies of #628B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628B83

Black with #628B83

Text Example


Text Example

White with #628B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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