Html Css Color HEX #699086 Patina

📋 copy color: '#699086'

red 105 ◦ green 144 ◦ blue 134

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

Shades of Patina #699086

Tints of Patina #699086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 27.42%
G = 37.6%
B = 34.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#699086 (or 0x699086) is known color: Patina. HEX triplet: 69, 90 and 86. RGB value is (105,144,134). Sum of RGB (Red+Green+Blue) = 105+144+134=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #699086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699086 is #966F79. Grayscale: #838383. Windows color (decimal): -9858938 or 8818793. OLE color: 8818793.

HSL color Cylindrical-coordinate representation of color #699086: hue angle of 164.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699086 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 134 -
CMYK 0.27 0 0.07 0.44
HSL 164.62º 0.16% 0.49% -
HSV(B) 164.62º 0.27% 0.56% -
XYZ 20.1 24.67 26.26 -
YUV 131.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 105 144 134 0.27 0 0.07 0.44 164.62 0.16 0.49
Hex 69 90 86 1B 0 7 2C A5 10 31
Octal 151 220 206 33 0 7 54 245 20 61
Binary 1101001 10010000 10000110 11011 0 111 101100 10100101 10000 110001

Color Harmonies of #699086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699086

Black with #699086

Text Example


Text Example

White with #699086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699086; }

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

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

background-color css

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

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

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

border-color css

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

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

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