Html Css Color HEX #699586 Patina

📋 copy color: '#699586'

red 105 ◦ green 149 ◦ blue 134

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

Shades of Patina #699586

Tints of Patina #699586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.54%

R = 27.06%
G = 38.4%
B = 34.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#699586 (or 0x699586) is known color: Patina. HEX triplet: 69, 95 and 86. RGB value is (105,149,134). Sum of RGB (Red+Green+Blue) = 105+149+134=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #699586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699586 is #966A79. Grayscale: #868686. Windows color (decimal): -9857658 or 8820073. OLE color: 8820073.

HSL color Cylindrical-coordinate representation of color #699586: hue angle of 159.55º 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 #699586 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 134 -
CMYK 0.30 0 0.10 0.42
HSL 159.55º 0.17% 0.5% -
HSV(B) 159.55º 0.3% 0.58% -
XYZ 20.88 26.22 26.51 -
YUV 134.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 105 149 134 0.30 0 0.10 0.42 159.55 0.17 0.5
Hex 69 95 86 1E 0 A 2A A0 11 32
Octal 151 225 206 36 0 12 52 240 21 62
Binary 1101001 10010101 10000110 11110 0 1010 101010 10100000 10001 110010

Color Harmonies of #699586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699586

Black with #699586

Text Example


Text Example

White with #699586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699586; }

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

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

background-color css

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

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

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

border-color css

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

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

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