Html Css Color HEX #689087 Patina

📋 copy color: '#689087'

red 104 ◦ green 144 ◦ blue 135

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

Shades of Patina #689087

Tints of Patina #689087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 27.15%
G = 37.6%
B = 35.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#689087 (or 0x689087) is known color: Patina. HEX triplet: 68, 90 and 87. RGB value is (104,144,135). Sum of RGB (Red+Green+Blue) = 104+144+135=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #689087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689087 is #976F78. Grayscale: #838383. Windows color (decimal): -9924473 or 8884328. OLE color: 8884328.

HSL color Cylindrical-coordinate representation of color #689087: hue angle of 166.5º 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 #689087 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 135 -
CMYK 0.28 0 0.06 0.44
HSL 166.5º 0.16% 0.49% -
HSV(B) 166.5º 0.28% 0.56% -
XYZ 20.06 24.64 26.62 -
YUV 131.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 104 144 135 0.28 0 0.06 0.44 166.5 0.16 0.49
Hex 68 90 87 1C 0 6 2C A6 10 31
Octal 150 220 207 34 0 6 54 246 20 61
Binary 1101000 10010000 10000111 11100 0 110 101100 10100110 10000 110001

Color Harmonies of #689087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689087

Black with #689087

Text Example


Text Example

White with #689087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689087; }

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

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

background-color css

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

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

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

border-color css

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

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

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