Html Css Color HEX #689086 Patina

📋 copy color: '#689086'

red 104 ◦ green 144 ◦ blue 134

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

Shades of Patina #689086

Tints of Patina #689086

RGB

 RED value IS 104 (41.02% from 255) = 27.23%

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

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

R = 27.23%
G = 37.7%
B = 35.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#689086 (or 0x689086) is known color: Patina. HEX triplet: 68, 90 and 86. RGB value is (104,144,134). Sum of RGB (Red+Green+Blue) = 104+144+134=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #689086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689086 is #976F79. Grayscale: #828282. Windows color (decimal): -9924474 or 8818792. OLE color: 8818792.

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

Color convert

RGB 104 144 134 -
CMYK 0.28 0 0.07 0.44
HSL 165º 0.16% 0.49% -
HSV(B) 165º 0.28% 0.56% -
XYZ 19.99 24.61 26.25 -
YUV 130.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 104 144 134 0.28 0 0.07 0.44 165 0.16 0.49
Hex 68 90 86 1C 0 7 2C A5 10 31
Octal 150 220 206 34 0 7 54 245 20 61
Binary 1101000 10010000 10000110 11100 0 111 101100 10100101 10000 110001

Color Harmonies of #689086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689086

Black with #689086

Text Example


Text Example

White with #689086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689086; }

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

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

background-color css

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

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

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

border-color css

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

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

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