Html Css Color HEX #699986 Patina

📋 copy color: '#699986'

red 105 ◦ green 153 ◦ blue 134

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

Shades of Patina #699986

Tints of Patina #699986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 26.79%
G = 39.03%
B = 34.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#699986 (or 0x699986) is known color: Patina. HEX triplet: 69, 99 and 86. RGB value is (105,153,134). Sum of RGB (Red+Green+Blue) = 105+153+134=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #699986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699986 is #966679. Grayscale: #888888. Windows color (decimal): -9856634 or 8821097. OLE color: 8821097.

HSL color Cylindrical-coordinate representation of color #699986: hue angle of 156.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699986 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 134 -
CMYK 0.31 0 0.12 0.4
HSL 156.25º 0.19% 0.51% -
HSV(B) 156.25º 0.31% 0.6% -
XYZ 21.52 27.51 26.73 -
YUV 136.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 105 153 134 0.31 0 0.12 0.4 156.25 0.19 0.51
Hex 69 99 86 1F 0 C 28 9C 13 33
Octal 151 231 206 37 0 14 50 234 23 63
Binary 1101001 10011001 10000110 11111 0 1100 101000 10011100 10011 110011

Color Harmonies of #699986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699986

Black with #699986

Text Example


Text Example

White with #699986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699986; }

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

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

background-color css

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

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

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

border-color css

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

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

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