Html Css Color HEX #699589 Patina

📋 copy color: '#699589'

red 105 ◦ green 149 ◦ blue 137

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

Shades of Patina #699589

Tints of Patina #699589

RGB

 RED value IS 105 (41.41% from 255) = 26.85%

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 26.85%
G = 38.11%
B = 35.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#699589 (or 0x699589) is known color: Patina. HEX triplet: 69, 95 and 89. RGB value is (105,149,137). Sum of RGB (Red+Green+Blue) = 105+149+137=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #699589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699589 is #966A76. Grayscale: #868686. Windows color (decimal): -9857655 or 9016681. OLE color: 9016681.

HSL color Cylindrical-coordinate representation of color #699589: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699589 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 137 -
CMYK 0.30 0 0.08 0.42
HSL 163.64º 0.17% 0.5% -
HSV(B) 163.64º 0.3% 0.58% -
XYZ 21.09 26.3 27.63 -
YUV 134.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 105 149 137 0.30 0 0.08 0.42 163.64 0.17 0.5
Hex 69 95 89 1E 0 8 2A A4 11 32
Octal 151 225 211 36 0 10 52 244 21 62
Binary 1101001 10010101 10001001 11110 0 1000 101010 10100100 10001 110010

Color Harmonies of #699589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699589

Black with #699589

Text Example


Text Example

White with #699589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699589; }

 p { color: rgb(105,149,137); }

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

background-color css

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

 a { background-color: rgb(105,149,137); }

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

border-color css

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

 span { border-color: rgb(105,149,137); }

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