Html Css Color HEX #699486 Patina

📋 copy color: '#699486'

red 105 ◦ green 148 ◦ blue 134

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

Shades of Patina #699486

Tints of Patina #699486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 27.13%
G = 38.24%
B = 34.63%

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

#699486 (or 0x699486) is known color: Patina. HEX triplet: 69, 94 and 86. RGB value is (105,148,134). Sum of RGB (Red+Green+Blue) = 105+148+134=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #699486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699486 is #966B79. Grayscale: #858585. Windows color (decimal): -9857914 or 8819817. OLE color: 8819817.

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

Color convert

RGB 105 148 134 -
CMYK 0.29 0 0.09 0.42
HSL 160.47º 0.17% 0.5% -
HSV(B) 160.47º 0.29% 0.58% -
XYZ 20.72 25.9 26.46 -
YUV 133.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 105 148 134 0.29 0 0.09 0.42 160.47 0.17 0.5
Hex 69 94 86 1D 0 9 2A A0 11 32
Octal 151 224 206 35 0 11 52 240 21 62
Binary 1101001 10010100 10000110 11101 0 1001 101010 10100000 10001 110010

Color Harmonies of #699486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699486

Black with #699486

Text Example


Text Example

White with #699486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699486; }

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

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

background-color css

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

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

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

border-color css

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

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

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