Html Css Color HEX #689985 Patina

📋 copy color: '#689985'

red 104 ◦ green 153 ◦ blue 133

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

Shades of Patina #689985

Tints of Patina #689985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 26.67%
G = 39.23%
B = 34.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#689985 (or 0x689985) is known color: Patina. HEX triplet: 68, 99 and 85. RGB value is (104,153,133). Sum of RGB (Red+Green+Blue) = 104+153+133=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #689985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689985 is #97667A. Grayscale: #888888. Windows color (decimal): -9922171 or 8755560. OLE color: 8755560.

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

Color convert

RGB 104 153 133 -
CMYK 0.32 0 0.13 0.4
HSL 155.51º 0.19% 0.5% -
HSV(B) 155.51º 0.32% 0.6% -
XYZ 21.33 27.42 26.36 -
YUV 136.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 104 153 133 0.32 0 0.13 0.4 155.51 0.19 0.5
Hex 68 99 85 20 0 D 28 9C 13 32
Octal 150 231 205 40 0 15 50 234 23 62
Binary 1101000 10011001 10000101 100000 0 1101 101000 10011100 10011 110010

Color Harmonies of #689985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689985

Black with #689985

Text Example


Text Example

White with #689985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689985; }

 p { color: rgb(104,153,133); }

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

background-color css

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

 a { background-color: rgb(104,153,133); }

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

border-color css

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

 span { border-color: rgb(104,153,133); }

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