Html Css Color HEX #629088 Patina

📋 copy color: '#629088'

red 98 ◦ green 144 ◦ blue 136

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

Shades of Patina #629088

Tints of Patina #629088

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#629088 (or 0x629088) is known color: Patina. HEX triplet: 62, 90 and 88. RGB value is (98,144,136). Sum of RGB (Red+Green+Blue) = 98+144+136=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #629088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629088 is #9D6F77. Grayscale: #818181. Windows color (decimal): -10317688 or 8949858. OLE color: 8949858.

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

Color convert

RGB 98 144 136 -
CMYK 0.32 0 0.06 0.44
HSL 169.57º 0.19% 0.47% -
HSV(B) 169.57º 0.32% 0.56% -
XYZ 19.45 24.32 26.96 -
YUV 129.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 98 144 136 0.32 0 0.06 0.44 169.57 0.19 0.47
Hex 62 90 88 20 0 6 2C AA 13 2F
Octal 142 220 210 40 0 6 54 252 23 57
Binary 1100010 10010000 10001000 100000 0 110 101100 10101010 10011 101111

Color Harmonies of #629088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629088

Black with #629088

Text Example


Text Example

White with #629088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629088; }

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

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

background-color css

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

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

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

border-color css

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

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

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