Html Css Color HEX #699386 Patina

📋 copy color: '#699386'

red 105 ◦ green 147 ◦ blue 134

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

Shades of Patina #699386

Tints of Patina #699386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 27.2%
G = 38.08%
B = 34.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#699386 (or 0x699386) is known color: Patina. HEX triplet: 69, 93 and 86. RGB value is (105,147,134). Sum of RGB (Red+Green+Blue) = 105+147+134=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #699386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699386 is #966C79. Grayscale: #848484. Windows color (decimal): -9858170 or 8819561. OLE color: 8819561.

HSL color Cylindrical-coordinate representation of color #699386: hue angle of 161.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699386 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 134 -
CMYK 0.29 0 0.09 0.42
HSL 161.43º 0.17% 0.49% -
HSV(B) 161.43º 0.29% 0.58% -
XYZ 20.56 25.59 26.41 -
YUV 132.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 105 147 134 0.29 0 0.09 0.42 161.43 0.17 0.49
Hex 69 93 86 1D 0 9 2A A1 11 31
Octal 151 223 206 35 0 11 52 241 21 61
Binary 1101001 10010011 10000110 11101 0 1001 101010 10100001 10001 110001

Color Harmonies of #699386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699386

Black with #699386

Text Example


Text Example

White with #699386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699386; }

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

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

background-color css

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

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

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

border-color css

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

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

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