Html Css Color HEX #629F93 Patina

📋 copy color: '#629F93'

red 98 ◦ green 159 ◦ blue 147

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

Shades of Patina #629F93

Tints of Patina #629F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

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

R = 24.26%
G = 39.36%
B = 36.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#629F93 (or 0x629F93) is known color: Patina. HEX triplet: 62, 9F and 93. RGB value is (98,159,147). Sum of RGB (Red+Green+Blue) = 98+159+147=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #629F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629F93 is #9D606C. Grayscale: #8B8B8B. Windows color (decimal): -10313837 or 9674594. OLE color: 9674594.

HSL color Cylindrical-coordinate representation of color #629F93: hue angle of 168.2º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629F93 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 159 147 -
CMYK 0.38 0 0.08 0.38
HSL 168.2º 0.24% 0.5% -
HSV(B) 168.2º 0.38% 0.62% -
XYZ 22.7 29.5 32.1 -
YUV 139.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 98 159 147 0.38 0 0.08 0.38 168.2 0.24 0.5
Hex 62 9F 93 26 0 8 26 A8 18 32
Octal 142 237 223 46 0 10 46 250 30 62
Binary 1100010 10011111 10010011 100110 0 1000 100110 10101000 11000 110010

Color Harmonies of #629F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629F93

Black with #629F93

Text Example


Text Example

White with #629F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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