Html Css Color HEX #629083 Patina

📋 copy color: '#629083'

red 98 ◦ green 144 ◦ blue 131

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

Shades of Patina #629083

Tints of Patina #629083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

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

R = 26.27%
G = 38.61%
B = 35.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#629083 (or 0x629083) is known color: Patina. HEX triplet: 62, 90 and 83. RGB value is (98,144,131). Sum of RGB (Red+Green+Blue) = 98+144+131=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #629083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629083 is #9D6F7C. Grayscale: #808080. Windows color (decimal): -10317693 or 8622178. OLE color: 8622178.

HSL color Cylindrical-coordinate representation of color #629083: hue angle of 163.04º 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 #629083 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 131 -
CMYK 0.32 0 0.09 0.44
HSL 163.04º 0.19% 0.47% -
HSV(B) 163.04º 0.32% 0.56% -
XYZ 19.11 24.18 25.13 -
YUV 128.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 98 144 131 0.32 0 0.09 0.44 163.04 0.19 0.47
Hex 62 90 83 20 0 9 2C A3 13 2F
Octal 142 220 203 40 0 11 54 243 23 57
Binary 1100010 10010000 10000011 100000 0 1001 101100 10100011 10011 101111

Color Harmonies of #629083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629083

Black with #629083

Text Example


Text Example

White with #629083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629083; }

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

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

background-color css

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

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

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

border-color css

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

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

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